mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
a2f81bc791
18 changed files with 202 additions and 8 deletions
|
|
@ -5264,6 +5264,9 @@ pref("media.seekToNextFrame.enabled", true);
|
|||
// return the maximum number of cores that navigator.hardwareConcurrency returns
|
||||
pref("dom.maxHardwareConcurrency", 16);
|
||||
|
||||
// Exposes the navigator.webdriver attribute.
|
||||
pref("dom.webdriver.enabled", true);
|
||||
|
||||
// Shutdown the async osfile worker if it's no longer needed.
|
||||
pref("osfile.reset_worker_delay", 30000);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue