mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 14:03:40 +02:00
Add devtools.accessibility.enabled to user.js
Removes "Inspect Accessibility Properties" from the context menu.
This commit is contained in:
parent
3f09afdee0
commit
eee6095a30
1 changed files with 1 additions and 0 deletions
1
user.js
1
user.js
|
@ -634,6 +634,7 @@ user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curta
|
||||||
/* 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/kb/accessibility-services ***/
|
||||||
user_pref("accessibility.force_disabled", 1);
|
user_pref("accessibility.force_disabled", 1);
|
||||||
|
user_pref("devtools.accessibility.enabled", 0);
|
||||||
/* 2602: disable sending additional analytics to web servers
|
/* 2602: disable sending additional analytics to web servers
|
||||||
* [1] https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon ***/
|
* [1] https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon ***/
|
||||||
user_pref("beacon.enabled", false);
|
user_pref("beacon.enabled", false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue