We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8188306 commit 7989a94Copy full SHA for 7989a94
lib/plug_content_security_policy.ex
@@ -19,7 +19,8 @@ defmodule PlugContentSecurityPolicy do
19
Accepts the following options:
20
21
- `:directives`: Map of CSP directives with values as lists of strings
22
- - `:nonces_for`: List of CSP directive keys to generate nonces for
+ - `:nonces_for`: List of CSP directive keys for which to generate nonces
23
+ (valid keys: `:script_src`, `:style_src`)
24
- `:report_only`: Set `#{@report_field}` header instead of `#{@default_field}`
25
26
See [README](./readme.html#usage) for usage details.
0 commit comments