mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default.
There don't seem to be any drawbacks to this; tested for the past month disabled and there have been no issues with any sites visited. Adoption seems very low.
This commit is contained in:
parent
87982cb409
commit
8bc226c258
1 changed files with 2 additions and 2 deletions
|
|
@ -5421,8 +5421,8 @@ pref("osfile.reset_worker_delay", 30000);
|
|||
#endif
|
||||
|
||||
#if !defined(MOZ_WIDGET_ANDROID)
|
||||
pref("dom.webkitBlink.dirPicker.enabled", true);
|
||||
pref("dom.webkitBlink.filesystem.enabled", true);
|
||||
pref("dom.webkitBlink.dirPicker.enabled", false);
|
||||
pref("dom.webkitBlink.filesystem.enabled", false);
|
||||
#endif
|
||||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue