Added 2405

Added "dom.battery.enabled" config
This commit is contained in:
Abhijeet Kumar 2022-10-11 13:05:17 +00:00 committed by GitHub
parent f4187632fa
commit 46c904a82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -619,6 +619,8 @@ user_pref("dom.disable_window_move_resize", true);
user_pref("dom.disable_open_during_load", true);
/* 2404: limit events that can cause a popup [SETUP-WEB] ***/
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
/* 2405: Restricts websites from reading system battery status ***/
user_pref("dom.battery.enabled", false);
/*** [SECTION 2600]: MISCELLANEOUS ***/
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");