forked from mirrors/gecko-dev
Bug 1880131 - Remove "network.cookie.cookieBehavior" preference from CDP recommended preferences. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D202924
This commit is contained in:
parent
4ad24f7ac0
commit
0bf957f309
1 changed files with 0 additions and 2 deletions
|
|
@ -26,8 +26,6 @@ const RECOMMENDED_PREFS = new Map([
|
||||||
"browser.contentblocking.features.standard",
|
"browser.contentblocking.features.standard",
|
||||||
"-tp,tpPrivate,cookieBehavior0,-cm,-fp",
|
"-tp,tpPrivate,cookieBehavior0,-cm,-fp",
|
||||||
],
|
],
|
||||||
// Accept all cookies (see behavior definitions in nsICookieService.idl)
|
|
||||||
["network.cookie.cookieBehavior", 0],
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue