Skip to content

Commit 01613f8

Browse files
Deprecate CSP prefetch-src
w3c/webappsec-csp#582 dropped prefetch-src from the CSP spec.
1 parent 62c6d9f commit 01613f8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

http/headers/Content-Security-Policy.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@
699699
"prefetch-src": {
700700
"__compat": {
701701
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/prefetch-src",
702-
"spec_url": "https://w3c.github.io/webappsec-csp/#directive-prefetch-src",
703702
"support": {
704703
"chrome": {
705704
"version_added": false,
@@ -727,9 +726,9 @@
727726
"webview_android": "mirror"
728727
},
729728
"status": {
730-
"experimental": true,
731-
"standard_track": true,
732-
"deprecated": false
729+
"experimental": false,
730+
"standard_track": false,
731+
"deprecated": true
733732
}
734733
}
735734
},

0 commit comments

Comments
 (0)