No issue - Remove unused network.http.bypass-cachelock-threshold pref.

This commit is contained in:
wolfbeast 2020-01-14 15:07:15 +01:00 committed by Roy Tam
commit 84818be343
3 changed files with 0 additions and 13 deletions

View file

@ -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);