Skip to content

Commit 3723a5b

Browse files
committed
fixup! jquery-wp-content will handle wordpress CSP
1 parent 207632b commit 3723a5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/profile/templates/wordpress/base/default-tls.nginx.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@ server {
2020

2121
location / {
2222
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/";
2623
}
2724
}

0 commit comments

Comments
 (0)