From fa2c320a35735ce9e4db932536b399f1a9c1cc3e Mon Sep 17 00:00:00 2001 From: boredsquirrel <113100745+boredsquirrel@users.noreply.github.com> Date: Mon, 13 May 2024 19:45:50 +0000 Subject: [PATCH] disable "accessibility services" also updated the URL --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index e1dad1a..fd27ee8 100644 --- a/user.js +++ b/user.js @@ -567,8 +567,8 @@ user_pref("dom.disable_window_move_resize", true); /*** [SECTION 2600]: MISCELLANEOUS ***/ user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!"); /* 2601: prevent accessibility services from accessing your browser [RESTART] - * [1] https://support.mozilla.org/kb/accessibility-services ***/ -// user_pref("accessibility.force_disabled", 1); + * [1] https://support.mozilla.org/en-US/kb/accessibility-services ***/ +user_pref("accessibility.force_disabled", 1); /* 2603: remove temp files opened with an external application * [1] https://bugzilla.mozilla.org/302433 ***/ user_pref("browser.helperApps.deleteTempFileOnExit", true);