[x] I've searched for any related issues and avoided creating a duplicate issue.
Feature Request:
Being able to enable/disable nonces for each directive is really nice, but in my specific case I want to disable all usage of nonces and the list of directives is steadily growing. If csp-html-webpack-plugin updates and adds support for a new directive, I have to remember to disable that one too, and truth be told: I'll likely forget to do that.
If the option could take a value of true to enable all (supported) directives and false to disable all, that'd be pretty nice :-)
Description
Describe your issue here.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Feature Request:
Being able to enable/disable nonces for each directive is really nice, but in my specific case I want to disable all usage of nonces and the list of directives is steadily growing. If
csp-html-webpack-plugin
updates and adds support for a new directive, I have to remember to disable that one too, and truth be told: I'll likely forget to do that.If the option could take a value of
true
to enable all (supported) directives andfalse
to disable all, that'd be pretty nice :-)As an example:
before:
after: