mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-20 23:56:47 -04:00
string not boolean
This commit is contained in:
parent
3eec696dfc
commit
afcfd675f9
2
user.js
2
user.js
@ -127,7 +127,7 @@ user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false)
|
||||
// user_pref("browser.library.activity-stream.enabled", false);
|
||||
/* 0105e: clear default topsites
|
||||
* [NOTE] This does not block you from adding your own ***/
|
||||
user_pref("browser.newtabpage.activity-stream.default.sites", false);
|
||||
user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
||||
/* 0110: start Firefox in PB (Private Browsing) mode
|
||||
* [NOTE] In this mode *all* windows are "private windows" and the PB mode icon is not displayed
|
||||
* [WARNING] The P in PB mode is misleading: it means no "persistent" disk storage such as history,
|
||||
|
Loading…
x
Reference in New Issue
Block a user