We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df1144 commit 57ec359Copy full SHA for 57ec359
jquery/functions.php
@@ -314,7 +314,7 @@ function twentyeleven_content_security_policy() {
314
}
315
316
header( 'Reporting-Endpoints: csp-endpoint="' . $report_url . '"' );
317
- header( 'Content-Security-Policy-Report-Only: ' . $policy_string );
+ header( 'Content-Security-Policy: ' . $policy_string );
318
319
320
add_action( 'send_headers', 'twentyeleven_content_security_policy' );
0 commit comments