Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SameSite - IE 11 started supporting it on recent Windows 10 (#12535) #15090

Merged
merged 2 commits into from
Mar 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions http/headers/set-cookie.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,12 @@
"version_added": "60"
},
"ie": {
"version_added": false
"version_added": "11",
"partial_implementation": true,
"notes": [
"Not shipped with the inital release but later with the 2018 June security update (Patch Tuesday) to Windows 10 RS3 (2017 Fall Creators Update) and newer. <a href='https://github.com/MicrosoftEdge/Status/issues/616'>More info</a>.",
"Partial support because only supported in IE 11 on Windows 10 RS3 (2017 Fall Creators Update) and newer, but not in IE 11 on other Windows versions (Windows 7, ...)"
]
queengooborg marked this conversation as resolved.
Show resolved Hide resolved
},
"opera": {
"version_added": "39"
Expand Down Expand Up @@ -232,7 +237,12 @@
"version_added": "60"
},
"ie": {
"version_added": false
"version_added": "11",
"partial_implementation": true,
"notes": [
"Not shipped with the inital release but later with the 2018 June security update (Patch Tuesday) to Windows 10 RS3 (2017 Fall Creators Update) and newer. <a href='https://github.com/MicrosoftEdge/Status/issues/616'>More info</a>.",
"Partial support because only supported in IE 11 on Windows 10 RS3 (2017 Fall Creators Update) and newer, but not in IE 11 on other Windows versions (Windows 7, ...)"
]
},
"opera": {
"version_added": "39"
Expand Down Expand Up @@ -351,7 +361,12 @@
"version_added": "60"
},
"ie": {
"version_added": false
"version_added": "11",
"partial_implementation": true,
"notes": [
"Not shipped with the inital release but later with the 2018 June security update (Patch Tuesday) to Windows 10 RS3 (2017 Fall Creators Update) and newer. <a href='https://github.com/MicrosoftEdge/Status/issues/616'>More info</a>.",
"Partial support because only supported in IE 11 on Windows 10 RS3 (2017 Fall Creators Update) and newer, but not in IE 11 on other Windows versions (Windows 7, ...)"
]
},
"opera": [
{
Expand Down Expand Up @@ -432,7 +447,12 @@
"version_added": "60"
},
"ie": {
"version_added": false
"version_added": "11",
"partial_implementation": true,
"notes": [
"Not shipped with the inital release but later with the 2018 June security update (Patch Tuesday) to Windows 10 RS3 (2017 Fall Creators Update) and newer. <a href='https://github.com/MicrosoftEdge/Status/issues/616'>More info</a>.",
"Partial support because only supported in IE 11 on Windows 10 RS3 (2017 Fall Creators Update) and newer, but not in IE 11 on other Windows versions (Windows 7, ...)"
]
},
"opera": {
"version_added": "39"
Expand Down