mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
cf19eaad64
13 changed files with 225 additions and 154 deletions
|
|
@ -1372,3 +1372,7 @@ 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue