fix typos (s/lockpref/lockPref/)
This commit is contained in:
parent
380b4e0c54
commit
b265bae691
1 changed files with 4 additions and 4 deletions
|
|
@ -137,7 +137,7 @@ lockPref("browser.contentblocking.trackingprotection.ui.enabled", false);
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
||||||
lockPref("media.autoplay.default", 5);
|
lockPref("media.autoplay.default", 5);
|
||||||
lockpref("media.autoplay.enabled.user-gestures-needed", false);
|
lockPref("media.autoplay.enabled.user-gestures-needed", false);
|
||||||
|
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
// User Settings : Password manager settings
|
// User Settings : Password manager settings
|
||||||
|
|
@ -1630,9 +1630,9 @@ lockPref("geo.enabled", false);
|
||||||
lockPref("geo.wifi.uri", "");
|
lockPref("geo.wifi.uri", "");
|
||||||
|
|
||||||
// Disable using the OS's geolocation service
|
// Disable using the OS's geolocation service
|
||||||
lockpref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
lockPref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
||||||
lockpref("geo.provider.use_corelocation", false); // [MAC]
|
lockPref("geo.provider.use_corelocation", false); // [MAC]
|
||||||
lockpref("geo.provider.use_gpsd", false); // [LINUX]
|
lockPref("geo.provider.use_gpsd", false); // [LINUX]
|
||||||
|
|
||||||
// Pref :
|
// Pref :
|
||||||
lockPref("identity.fxaccounts.auth.uri", "");
|
lockPref("identity.fxaccounts.auth.uri", "");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue