mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 14:33:38 +02:00
string not boolean
This commit is contained in:
parent
3eec696dfc
commit
afcfd675f9
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue