Skip to content

Commit

Permalink
Add subfeature for CSP form-action blocked redirects (#23460)
Browse files Browse the repository at this point in the history
* Add subfeature for CSP form-action blocked redirects

* Update Content-Security-Policy.json

* Add range for Safari based on comment date
  • Loading branch information
queengooborg committed Jun 21, 2024
1 parent b041fc0 commit 31a89f4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions http/headers/Content-Security-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,39 @@
"standard_track": true,
"deprecated": false
}
},
"blocks_redirects": {
"__compat": {
"description": "Redirects are blocked after a form submission",
"support": {
"chrome": {
"version_added": "≤63"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤11.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": false
}
}
}
},
"frame-ancestors": {
Expand Down

0 comments on commit 31a89f4

Please sign in to comment.