Skip to content

Commit

Permalink
Merge pull request #4195 from silverlyra/samesite-firefox-59
Browse files Browse the repository at this point in the history
Fix SameSite cookie support for Firefox 59
  • Loading branch information
Fyrd committed Apr 13, 2018
2 parents 5bf7e73 + b3eef47 commit f6cf600
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion features-json/same-site-cookie-attribute.json
Expand Up @@ -11,6 +11,10 @@
{
"url":"https://bugzilla.mozilla.org/show_bug.cgi?id=795346",
"title":"Mozilla Bug #795346: Add SameSite support for cookies"
},
{
"url":"https://bugzilla.mozilla.org/show_bug.cgi?id=1286861",
"title":"Mozilla Bug #1286861, includes the patches that landed SameSite support in Firefox"
}
],
"bugs":[
Expand Down Expand Up @@ -98,7 +102,7 @@
"56":"n",
"57":"n",
"58":"n",
"59":"y",
"59":"n",
"60":"y",
"61":"y"
},
Expand Down

0 comments on commit f6cf600

Please sign in to comment.