Skip to content

Commit

Permalink
HTTP Referrer-Policy - change to default (#9303)
Browse files Browse the repository at this point in the history
* HTTP Referrer-Policy - change to default

* Add subfeature default_strict-origin-when-cross-origin

* Remove the notes in parent

* Remove typo

* Mark safari false for default_strict ..

* Add chromimum-based support

* Update http/headers/referrer-policy.json
  • Loading branch information
hamishwillee authored Mar 9, 2021
1 parent f3b0ec5 commit 2512c47
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions http/headers/referrer-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,54 @@
"deprecated": false
}
},
"default_strict-origin-when-cross-origin": {
"__compat": {
"description": "Default policy is <code>strict-origin-when-cross-origin</code>",
"support": {
"chrome": {
"version_added": "85"
},
"chrome_android": {
"version_added": "85"
},
"edge": {
"version_added": "85"
},
"firefox": {
"version_added": "87"
},
"firefox_android": {
"version_added": "87"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "71"
},
"opera_android": {
"version_added": "60"
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": "85"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"same-origin": {
"__compat": {
"description": "same-origin",
Expand Down

0 comments on commit 2512c47

Please sign in to comment.