mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
No issue - Remove unused network.http.bypass-cachelock-threshold pref.
This commit is contained in:
parent
540e9c1500
commit
84818be343
3 changed files with 0 additions and 13 deletions
|
|
@ -77,8 +77,6 @@ class GeckoInstance(object):
|
|||
"marionette.defaultPrefs.enabled": True,
|
||||
"media.volume_scale": "0.01",
|
||||
|
||||
# Make sure the disk cache doesn't get auto disabled
|
||||
"network.http.bypass-cachelock-threshold": 200000,
|
||||
# Do not prompt for temporary redirects
|
||||
"network.http.prompt-temp-redirect": False,
|
||||
# Disable speculative connections so they aren"t reported as leaking when they"re
|
||||
|
|
|
|||
|
|
@ -197,9 +197,6 @@ user_pref("dom.mozContacts.enabled", true);
|
|||
// Enable mozSettings
|
||||
user_pref("dom.mozSettings.enabled", true);
|
||||
|
||||
// Make sure the disk cache doesn't get auto disabled
|
||||
user_pref("network.http.bypass-cachelock-threshold", 200000);
|
||||
|
||||
// Enable Gamepad
|
||||
user_pref("dom.gamepad.enabled", true);
|
||||
user_pref("dom.gamepad.non_standard_events.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue