mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-05-13 12:12:14 -04:00
disable "accessibility services"
also updated the URL
This commit is contained in:
parent
75409317a7
commit
fa2c320a35
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -567,8 +567,8 @@ user_pref("dom.disable_window_move_resize", true);
|
||||||
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
||||||
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
||||||
/* 2601: prevent accessibility services from accessing your browser [RESTART]
|
/* 2601: prevent accessibility services from accessing your browser [RESTART]
|
||||||
* [1] https://support.mozilla.org/kb/accessibility-services ***/
|
* [1] https://support.mozilla.org/en-US/kb/accessibility-services ***/
|
||||||
// user_pref("accessibility.force_disabled", 1);
|
user_pref("accessibility.force_disabled", 1);
|
||||||
/* 2603: remove temp files opened with an external application
|
/* 2603: remove temp files opened with an external application
|
||||||
* [1] https://bugzilla.mozilla.org/302433 ***/
|
* [1] https://bugzilla.mozilla.org/302433 ***/
|
||||||
user_pref("browser.helperApps.deleteTempFileOnExit", true);
|
user_pref("browser.helperApps.deleteTempFileOnExit", true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue