You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now trim https from the URL bar, which is fine since the padlock icon in the URL bar indicates whether a site has a secure connection. The https will still be included if you copy the site address.
You can choose to reveal URL scheme on double-click by activating the pref browser.urlbar.untrimOnUserInteraction.featureGate.
Alternatively, you can disable this feature entirely by adding user_pref("browser.urlbar.trimHttps", false); to your overrides.
Most notably, Mozilla's geo-location service has been shut down as an alternative to Google. After applying the new user.js, you'll need to reset the pref geo.provider.network.url. mozilla/ichnaea#2065
They also made further improvements to mixed content handling on sites, allowing us to remove a few related prefs.
Santize on Close prefs have been reworked and will be updated in the Optional Hardening page soon™. Hopefully, Mozilla will clear out the old prefs so it's less of a mess.