File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ Furthermore, parsers must be registered before lusca.
8181 * ` [{ "img-src": "'self' http:" }, "block-all-mixed-content"] `
8282* ` options.reportOnly ` Boolean - Enable report only mode.
8383* ` options.reportUri ` String - URI where to send the report data
84- * ` options.styleNonce ` Boolean - Enable nonce for inline style-src, access from ` req .locals.nonce`
85- * ` options.scriptNonce ` Boolean - Enable nonce for inline script-src, access from ` req .locals.nonce`
84+ * ` options.styleNonce ` Boolean - Enable nonce for inline style-src, access from ` res .locals.nonce`
85+ * ` options.scriptNonce ` Boolean - Enable nonce for inline script-src, access from ` res .locals.nonce`
8686
8787Enables [ Content Security Policy] ( https://www.owasp.org/index.php/Content_Security_Policy ) (CSP) headers.
8888
You can’t perform that action at this time.
0 commit comments