[Dynamic FPI] TEST-UNEXPECTED-FAIL | xpcshell-remote.ini:toolkit/components/extensions/test/xpcshell/test_ext_privacy.js | test_privacy_other_prefs - [test_privacy_other_prefs : 339] Unexpected cookie behavior encountered: 5 - false == true
Categories
(Core :: Privacy: Anti-Tracking, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: xeonchen, Assigned: xeonchen)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Set network.cookie.cookieBehavior=5 as default value.
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=299273208&repo=try&lineNumber=2883
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Comment 5•5 years ago
|
||
The new supported "reject_trackers_and_partition_foreign" value for cookieConfig
's behavior
should be documented in https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/privacy/websites
Comment 6•5 years ago
|
||
Luca, do you have a pointer to any description of the meaning of this new value?
Assignee | ||
Comment 7•5 years ago
|
||
(In reply to Will Bamberg [:wbamberg] from comment #6)
Luca, do you have a pointer to any description of the meaning of this new value?
I think you can refer this line:
https://searchfox.org/mozilla-central/rev/2c1092dc68c63f7bad6da6a03c5883a5ab5ff2ca/netwerk/cookie/nsICookieService.idl#81
Comment 8•5 years ago
|
||
Thanks Luca! I've updated https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/privacy/websites and the BCD (added a note under cookieConfig
. I'm marking this one dev-doc-complete, but please let me know if you need anything else.
Description
•