Security/SameSiteCookies: Difference between revisions
< Security
Jump to navigation
Jump to search
m (→Implementation Bugs: formatting typo) |
(→Implementation: 1452699 got uplifted) |
||
Line 17: | Line 17: | ||
| {{nbug|1452496}} || Block setting in cross-origin contexts || Christoph || Yes || Yes || Yes | | {{nbug|1452496}} || Block setting in cross-origin contexts || Christoph || Yes || Yes || Yes | ||
|- | |- | ||
| {{nbug|1452699}} || Gating pref || Francois || Yes || | | {{nbug|1452699}} || Gating pref || Francois || Yes || Yes || Yes | ||
|} | |} | ||
Revision as of 16:26, 19 April 2018
SameSite
is a new cookie attribute which prevents the browser from sending cookies along with cross-site requests and provides a layer of protection against cross-site request forgery attacks.
Implementation
Bug | Description | Assignee | In 61 | In 60 | Required |
---|---|---|---|---|---|
1286858 | Cookie storage and attribute parsing | Mark | Yes | Yes | Yes |
1286861 | Pass data via GetCookieString | Christoph | Yes | Yes | Yes |
1452496 | Block setting in cross-origin contexts | Christoph | Yes | Yes | Yes |
1452699 | Gating pref | Francois | Yes | Yes | Yes |
Implementation Bugs
Bug | Description | Assignee | In 61 | In 60 | Required |
---|---|---|---|---|---|
1430803 | Invalid SameSite attributes | Francois | Yes | Yes | Yes |
1453814 | Bypass via redirects | Christoph | Yes | Yes | Yes |
1453818 | Bypass in reader mode | Francois | No | No | No |
1454027 | Bypass in links within iframes | Christoph | Yes | Yes | Yes |
1454242 | Stop relying on NS_IsSameSiteForeign | Christoph | Yes | Yes | Yes |
1454723 | Handle sandboxed iframes correctly | - | - | - | No |
1454914 | Don't treat WebExtensions load as foreign | Christoph | No | No | Yes |
1455174 | Inconsistencty with drag n' drop | - | - | - | No |
1455157 | ThirdPartyUtil needs to treat more schemes as first-party | - | - | - | No |
1455342 | Bypass via Save As | - | - | - | No |
Specification Bugs
Link | Description | Assignee | Done |
---|---|---|---|
http-extensions #574 | Inconsistency in handling of invalid attribute values | Francois | Yes |
Tests
Bug | Description | Assignee | In 61 | In 60 | Required |
---|---|---|---|---|---|
1454605 | Investigate "WPT" failures | - | No | No | No |
1454721 | Test about:blank and about:srcdoc | Christoph | Yes | No | Yes |
1455162 | Test about: URLs with and without same-site.enabled | Francois | No | - | No |
- | Fix rfc6265-biz invalid attribute tests | - | - | - | No |
Developer Documentation
Link | Description | Assignee | Done |
---|---|---|---|
1452715 | Devtools side-panel | - | No |
1454781 | Console warning | - | No |
draft | Announcement blog post | - | No |