You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure, but I made the following difference for reference.
diff --git a/http/headers/referrer-policy.json b/http/headers/referrer-policy.json
index 20ea3093f..bb5de2cc5 100644
--- a/http/headers/referrer-policy.json+++ b/http/headers/referrer-policy.json@@ -22,7 +22,9 @@
"version_added": "50"
},
"ie": {
- "version_added": false+ "version_added": "11",+ "partial_implementation": true,+ "notes": "Browsers initially supported an <a href='https://wiki.whatwg.org/wiki/Meta_referrer'>early draft</a> of the specification which can only use a meta tag and is only compatible with the <code>origin</code> value from the new spec."
},
"opera": {
"version_added": "43"
@@ -34,7 +36,7 @@
"version_added": "11.1"
},
"safari_ios": {
- "version_added": false+ "version_added": "12"
},
"samsunginternet_android": {
"version_added": "7.2"
@@ -78,10 +80,10 @@
"version_added": "60"
},
"safari": {
- "version_added": false+ "version_added": "15"
},
"safari_ios": {
- "version_added": false+ "version_added": "15"
},
"samsunginternet_android": {
"version_added": "14.0"
@@ -129,7 +131,7 @@
"version_added": "11.1"
},
"safari_ios": {
- "version_added": false+ "version_added": "12"
},
"samsunginternet_android": {
"version_added": "7.2"
@@ -177,7 +179,7 @@
"version_added": "11.1"
},
"safari_ios": {
- "version_added": false+ "version_added": "12"
},
"samsunginternet_android": {
"version_added": "7.2"
@@ -225,7 +227,7 @@
"version_added": "11.1"
},
"safari_ios": {
- "version_added": false+ "version_added": "12"
},
"samsunginternet_android": {
"version_added": "7.2"
Did you test this? If so, how?
I built a test site for Referrer Policy and tested it on each browser. Especially, I tested about support of Default policy is strict-origin-when-cross-origin.
debiru
changed the title
http.headers.Referrer-Policy - Update for "Safari on iOS" and IE
http.headers.Referrer-Policy - Update for "Safari on iOS", Safari and IE
Jan 26, 2022
debiru
added a commit
to debiru/browser-compat-data
that referenced
this issue
Feb 22, 2022
…15089)
* Update for "Safari on iOS", Safari and IE (#14675)
* Fixes version to 15 from 15.0 on Safari and Safari on iOS.
* Update HTML/Element/meta name.referrer instead of HTTP/Headers/Referrer-Policy for IE
* Update HTML/Element/meta name.referrer for Safari and Safari on iOS
What information was incorrect, unhelpful, or incomplete?
No (No support)
for iOS Safari and IE in the MDN. But current iOS Safari supports it as well as Safari.https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy
Default policy is strict-origin-when-cross-origin
refs. https://caniuse.com/referrer-policy
What did you expect to see?
strict-origin-when-cross-origin
(partial support)
strict-origin-when-cross-origin
I'm not sure, but I made the following difference for reference.
Did you test this? If so, how?
I built a test site for Referrer Policy and tested it on each browser. Especially, I tested about support of
Default policy is strict-origin-when-cross-origin
.MDN page report details
http.headers.Referrer-Policy
The text was updated successfully, but these errors were encountered: