diff --git a/librewolf.cfg b/librewolf.cfg index 2752f51..470803c 100644 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -330,12 +330,12 @@ lockPref("privacy.donottrackheader.value", 1); lockPref("dom.disable_beforeunload", true); lockPref("permissions.default.geo", 2); -/* disable permissions delegation [FF73+] - * Currently applies to cross-origin geolocation, camera, mic and screen-sharing - * permissions, and fullscreen requests. Disabling delegation means any prompts - * for these will show/use their correct 3rd party origin - * [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion */ -user_pref("permissions.delegation.enabled", false); +// disable permissions delegation [FF73+] +// Currently applies to cross-origin geolocation, camera, mic and screen-sharing +// permissions, and fullscreen requests. Disabling delegation means any prompts +// for these will show/use their correct 3rd party origin +// [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion +lockPref("permissions.delegation.enabled", false); // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // Section : Defaulting Settings