Thread Starter
besite
(@besite)
Hi, thank you for your quick reply.
Whenever I put the value “my-testing-value” inside script-src-elem and check master.php I see the following:
"browsercache.security.csp.scriptelem": "my-testing-value",
Which sounds about right, except when I open .htaccess I don’t see the Header set Content-Security-Policy
Whenever I put the value my-testing-value-2 inside the field: style-src-attr:
I get this results which is want I want:
Header set Content-Security-Policy "script-src-elem my-testing-value-2"
So what I see is the script-src-elem is not generator correcly to the htaccess and the style-src-attr is used for the value of script-src-elem.
I hope I made myself clear. If you need more info let me know.
Thank you