1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-07-18 09:41:27 +05:30

dom.fs fix

https://github.com/yokoffing/Betterfox/pull/491
This commit is contained in:
yokoffing
2026-07-16 19:10:37 -04:00
committed by GitHub
parent 0a3fc9408b
commit 2ff20b2fd5
+1 -1
View File
@@ -1357,7 +1357,7 @@ user_pref("pdfjs.enableScripting", false); // [FF86+]
// PREF: mitigate FROST attack // PREF: mitigate FROST attack
// [1] https://github.com/yokoffing/Betterfox/issues/486 // [1] https://github.com/yokoffing/Betterfox/issues/486
//user_pref("dom.fs.enabled=false", false); //user_pref("dom.fs.enabled", false);
//user_pref("dom.fs.writable_file_stream.enabled", false); //user_pref("dom.fs.writable_file_stream.enabled", false);
// PREF: disable BITS (Background Intelligent Transfer Service) for updates [WINDOWS] // PREF: disable BITS (Background Intelligent Transfer Service) for updates [WINDOWS]