mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 10:53:57 +00:00
2700s: numbers fixup
stop overworking me guys! crssi - thanks!
This commit is contained in:
parent
2bf9e6a773
commit
910d4e2e59
6
user.js
6
user.js
@ -1441,15 +1441,15 @@ user_pref("network.cookie.leave-secure-alone", true);
|
|||||||
// user_pref("dom.indexedDB.enabled", false);
|
// user_pref("dom.indexedDB.enabled", false);
|
||||||
/* 2720: disable offline cache ***/
|
/* 2720: disable offline cache ***/
|
||||||
user_pref("browser.cache.offline.enable", false);
|
user_pref("browser.cache.offline.enable", false);
|
||||||
/* 2421: enforce websites to ask to store data for offline use
|
/* 2721: enforce websites to ask to store data for offline use
|
||||||
* [1] https://support.mozilla.org/questions/1098540
|
* [1] https://support.mozilla.org/questions/1098540
|
||||||
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=959985 ***/
|
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=959985 ***/
|
||||||
user_pref("offline-apps.allow_by_default", false);
|
user_pref("offline-apps.allow_by_default", false);
|
||||||
/* 2422: display a notification when websites ask to store data for offline use
|
/* 2722: display a notification when websites ask to store data for offline use
|
||||||
* [SETTING-56+] Options>Privacy & Security>Offline Web Content and User Data>Tell you when a website asks...
|
* [SETTING-56+] Options>Privacy & Security>Offline Web Content and User Data>Tell you when a website asks...
|
||||||
* [SETTING-ESR] Options>Advanced>Network>Tell me when a website asks to store data for offline use ***/
|
* [SETTING-ESR] Options>Advanced>Network>Tell me when a website asks to store data for offline use ***/
|
||||||
user_pref("browser.offline-apps.notify", true);
|
user_pref("browser.offline-apps.notify", true);
|
||||||
/* 2423: set size of warning quota for offline cache (default 51200)
|
/* 2723: set size of warning quota for offline cache (default 51200)
|
||||||
* Offline cache is only used in rare cases to store data locally. FF will store small amounts
|
* Offline cache is only used in rare cases to store data locally. FF will store small amounts
|
||||||
* (default <50MB) of data in the offline (application) cache without asking for permission. ***/
|
* (default <50MB) of data in the offline (application) cache without asking for permission. ***/
|
||||||
// user_pref("offline-apps.quota.warn", 51200);
|
// user_pref("offline-apps.quota.warn", 51200);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user