Skip to content

Commit 909ced1

Browse files
committed
fixup! deprecated report-uri -> report-to
1 parent e84908b commit 909ced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function jq_content_security_policy() {
275275
'frame-ancestors' => "'none'",
276276
'base-uri' => "'self'",
277277
'block-all-mixed-content' => '',
278-
'report-uri' => 'https://csp-report-api.openjs-foundation.workers.dev/',
278+
'report-to' => 'https://csp-report-api.openjs-foundation.workers.dev/',
279279
);
280280

281281
$policy = apply_filters( 'jq_content_security_policy', $policy );

0 commit comments

Comments
 (0)