Unlock service workers pref
This commit is contained in:
parent
2c49a15866
commit
be1f20479b
1 changed files with 1 additions and 1 deletions
|
|
@ -1477,7 +1477,7 @@ lockPref("javascript.options.shared_memory", false);
|
||||||
// So overall, disabling SW should enhance performance because it blocks SW Scripts.
|
// So overall, disabling SW should enhance performance because it blocks SW Scripts.
|
||||||
// [NOTE] Service worker APIs are hidden (in Firefox) and cannot be used when in PB mode.
|
// [NOTE] Service worker APIs are hidden (in Firefox) and cannot be used when in PB mode.
|
||||||
// [NOTE] Service workers only run over HTTPS. Service Workers have no DOM access.
|
// [NOTE] Service workers only run over HTTPS. Service Workers have no DOM access.
|
||||||
lockPref("dom.serviceWorkers.enabled", false);
|
defaultPref("dom.serviceWorkers.enabled", false);
|
||||||
|
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// Section : General Settings 1/3
|
// Section : General Settings 1/3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue