Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2020-07-25 06:31:41 +08:00
commit f35488b465
5 changed files with 30 additions and 20 deletions

View file

@ -1363,7 +1363,3 @@ pref("services.sync.validation.enabled", true);
// The counter resets when the page is reloaded from the UI
// (content-reloads do NOT clear this to mitigate reloading tricks).
pref("prompts.authentication_dialog_abuse_limit", 3);
// Enable WASM and its baseline jit (platform default is false)
pref("javascript.options.wasm", true);
pref("javascript.options.wasm_baselinejit", true);