We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207632b commit 3723a5bCopy full SHA for 3723a5b
modules/profile/templates/wordpress/base/default-tls.nginx.erb
@@ -20,8 +20,5 @@ server {
20
21
location / {
22
deny all;
23
-
24
- # Add Content Security Policy headers
25
- add_header Content-Security-Policy-Report-Only "default-src 'self'; script-src 'self' code.jquery.com; connect-src 'self'; img-src 'self'; style-src 'self'; report-to https://csp-report-api.openjs-foundation.workers.dev/";
26
}
27
0 commit comments