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 12053c7 commit 31f2f08Copy full SHA for 31f2f08
themes/jquery/functions.php
@@ -289,7 +289,7 @@ function jq_content_security_policy() {
289
}
290
291
header( 'Reporting-Endpoints: csp-endpoint="' . $report_url . '"' );
292
- header( 'Content-Security-Policy-Report-Only: ' . $policy_string );
+ header( 'Content-Security-Policy: ' . $policy_string );
293
294
295
add_action( 'send_headers', 'jq_content_security_policy' );
0 commit comments