diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-05-26 20:09:19 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-05-26 20:09:19 -0400 |
commit | 4e485f439d45e26d446e74838b1585d5658ce772 (patch) | |
tree | df03978f1dccd3c033b086f456aaf8b938d58fce | |
parent | 5bd475d53ab97f79bfcee2eeda8273251044af77 (diff) | |
download | iceweasel-uxp-4e485f439d45e26d446e74838b1585d5658ce772.tar.gz |
Remove ContextualIdentity prefs (removed from toolkit)
-rw-r--r-- | app/profile/iceweasel-uxp.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/profile/iceweasel-uxp.js b/app/profile/iceweasel-uxp.js index abe6487..3be621a 100644 --- a/app/profile/iceweasel-uxp.js +++ b/app/profile/iceweasel-uxp.js @@ -435,11 +435,6 @@ pref("javascript.options.showInConsole", true); pref("general.warnOnAboutConfig", false); #endif -// TODO: Remove ContextualIdentityPrefs once possible in toolkit (BackgroundPageThumbs.jsm) -pref("privacy.usercontext.about_newtab_segregation.enabled", false); -pref("privacy.userContext.enabled", false); -pref("privacy.userContext.ui.enabled", false); - // This is the pref to control the location bar, change this to true to // force this - this makes the origin of popup windows more obvious to avoid // spoofing. We would rather not do it by default because it affects UE for web |