From 2ff20b2fd525f84cae736475838c771de4f2e2aa Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:10:37 -0400 Subject: [PATCH] dom.fs fix https://github.com/yokoffing/Betterfox/pull/491 --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index 01d274b..38f41fc 100644 --- a/Securefox.js +++ b/Securefox.js @@ -1357,7 +1357,7 @@ user_pref("pdfjs.enableScripting", false); // [FF86+] // PREF: mitigate FROST attack // [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); // PREF: disable BITS (Background Intelligent Transfer Service) for updates [WINDOWS]