From eb358f1cf9dff3461caa78cfe7134fe99318c7e0 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Thu, 2 Jul 2020 11:46:46 +0200 Subject: [PATCH] s/user_pref/lockPref/ --- librewolf.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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