Update 'user.js'
This commit is contained in:
parent
fcf97eaee5
commit
34b774fc62
9
user.js
9
user.js
|
@ -666,6 +666,15 @@ user_pref("browser.cache.disk.enable", false);
|
|||
// [SETUP-WEB] ESR78: playback might break on subsequent loading ***/
|
||||
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
||||
user_pref("media.memory_cache_max_size", 65536);
|
||||
// -------------------------------------
|
||||
// Network Partitioning
|
||||
// Network Partitioning will allow Firefox to save resources like the cache, favicons, CSS files, images, and more
|
||||
// on a per-website basis rather than together in the same pool.
|
||||
// https://www.zdnet.com/article/firefox-to-ship-network-partitioning-as-a-new-anti-tracking-defense/
|
||||
// https://github.com/privacycg/storage-partitioning#introduction
|
||||
// https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Privacy/State_Partitioning
|
||||
// https://blog.mozilla.org/security/2021/01/26/supercookie-protections/
|
||||
user_pref("privacy.partition.network_state", true); // [DEFAULT: true]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// SESSIONS & SESSION RESTORE ***/
|
||||
|
|
Loading…
Reference in New Issue