1
0
Fork 0

Merge pull request #39 from ghacksuserjs/earthlng-patch-2

network.cookie.leave-secure-alone
This commit is contained in:
Roman-Nopantski 2017-03-08 05:38:50 +13:00 committed by GitHub
commit 7be1dad1cd
1 changed files with 3 additions and 0 deletions

View File

@ -1279,6 +1279,9 @@ user_pref("dom.storageManager.enabled", false);
* https://bugzilla.mozilla.org/show_bug.cgi?id=1213990 ***/
user_pref("extensions.webextensions.keepStorageOnUninstall", false);
user_pref("extensions.webextensions.keepUuidOnUninstall", false);
/* 2708: prevent HTTP sites from setting cookies with the "secure" directive (default: true) (FF52+)
* https://developer.mozilla.org/en-US/Firefox/Releases/52#HTTP ***/
user_pref("network.cookie.leave-secure-alone", true);
/*** 2800: SHUTDOWN [SETUP] ***/
user_pref("ghacks_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");