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 e84908b commit 909ced1Copy full SHA for 909ced1
themes/jquery/functions.php
@@ -275,7 +275,7 @@ function jq_content_security_policy() {
275
'frame-ancestors' => "'none'",
276
'base-uri' => "'self'",
277
'block-all-mixed-content' => '',
278
- 'report-uri' => 'https://csp-report-api.openjs-foundation.workers.dev/',
+ 'report-to' => 'https://csp-report-api.openjs-foundation.workers.dev/',
279
);
280
281
$policy = apply_filters( 'jq_content_security_policy', $policy );
0 commit comments