s/user_pref/lockPref/
This commit is contained in:
parent
c474a8f362
commit
eb358f1cf9
1 changed files with 6 additions and 6 deletions
|
|
@ -330,12 +330,12 @@ lockPref("privacy.donottrackheader.value", 1);
|
||||||
lockPref("dom.disable_beforeunload", true);
|
lockPref("dom.disable_beforeunload", true);
|
||||||
lockPref("permissions.default.geo", 2);
|
lockPref("permissions.default.geo", 2);
|
||||||
|
|
||||||
/* disable permissions delegation [FF73+]
|
// disable permissions delegation [FF73+]
|
||||||
* Currently applies to cross-origin geolocation, camera, mic and screen-sharing
|
// Currently applies to cross-origin geolocation, camera, mic and screen-sharing
|
||||||
* permissions, and fullscreen requests. Disabling delegation means any prompts
|
// permissions, and fullscreen requests. Disabling delegation means any prompts
|
||||||
* for these will show/use their correct 3rd party origin
|
// for these will show/use their correct 3rd party origin
|
||||||
* [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion */
|
// [1] https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion
|
||||||
user_pref("permissions.delegation.enabled", false);
|
lockPref("permissions.delegation.enabled", false);
|
||||||
|
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// Section : Defaulting Settings
|
// Section : Defaulting Settings
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue