mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 06:23:34 +02:00
forceMediaMemoryCache breakage
This commit is contained in:
parent
cdb96a57aa
commit
73c68540ee
1 changed files with 2 additions and 1 deletions
3
user.js
3
user.js
|
@ -586,7 +586,8 @@ user_pref("browser.cache.disk.enable", false);
|
|||
* [1] https://bugzilla.mozilla.org/967812 ***/
|
||||
// user_pref("permissions.memory_only", true); // [HIDDEN PREF]
|
||||
/* 1007: disable media cache from writing to disk in Private Browsing
|
||||
* [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB ***/
|
||||
* [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB
|
||||
* [SETUP-WEB] ESR78: playback might break on subsequent loading (1650281) ***/
|
||||
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
||||
user_pref("media.memory_cache_max_size", 65536);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue