Skip to content
Merged
Changes from all commits
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
15 changes: 10 additions & 5 deletions http/headers/Set-Cookie.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,16 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "18.4",
"version_removed": "18.5",
"impl_url": "https://webkit.org/b/292975"
},
"safari": [
{
"version_added": "26.2"
},
{
"version_added": "18.4",
"version_removed": "18.5",
"impl_url": "https://webkit.org/b/292975"
}
Comment on lines +149 to +153
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took the liberty to restore the original entry, which we usually keep in these cases.

],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
Expand Down