[sandboxed-tor-browser/master] On second thought, locking the private browsing pref is silly.

commit 1a281b3309d58c0ee865525f8e730d86ffb4ba3a Author: Yawning Angel <yawning@schwanenlied.me> Date: Mon Nov 28 08:34:58 2016 +0000 On second thought, locking the private browsing pref is silly. People should be allowed to toggle this, assuming they understand the consequences. --- data/installer/mozilla.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/installer/mozilla.cfg b/data/installer/mozilla.cfg index 81f5e9a..0943a24 100644 --- a/data/installer/mozilla.cfg +++ b/data/installer/mozilla.cfg @@ -16,6 +16,3 @@ lockPref("extensions.torbutton.versioncheck_enabled", false); // Disable extension auto update. lockPref("extensions.update.enabled", false); lockPref("extensions.update.autoUpdateDefault", false); - -// Force private browsing mode to remain set. -lockPref("browser.privatebrowsing.autostart", true);
participants (1)
-
yawning@torproject.org