fix typos (s/lockpref/lockPref/)

This commit is contained in:
evs-ch 2020-05-08 15:24:35 +02:00
parent 380b4e0c54
commit b265bae691
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

@ -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", "");