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

This commit is contained in:
roytam1 2024-06-17 16:15:30 +08:00
commit a2f81bc791
18 changed files with 202 additions and 8 deletions

View file

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