schomery / privacy-settings

Alter Firefox's built-in privacy settings easily with a toolbar panel
http://firefox.add0n.com/privacy-settings.html
165 stars 24 forks source link

Remove network.http.sendSecureXSiteReferrer pref when Firefox 52 is released #72

Open Gitoffthelawn opened 7 years ago

Gitoffthelawn commented 7 years ago

network.http.sendSecureXSiteReferrer will no longer exist as of Firefox 52. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1308725 https://github.com/pyllyukko/user.js/pull/190

As of Firefox 52, network.http.sendRefererHeader and network.http.referer.trimmingPolicy will be the only prefs to control this behavior. Both of those prefs are already available in this extension.

schomery commented 7 years ago

The new WebExtension version will blur those prefs that are not supported; https://github.com/schomery/privacy-settings/issues/80

Gitoffthelawn commented 7 years ago

Do you think it's best to blur them or hide them?

jawz101 commented 7 years ago

I'd only support >= the latest stable releases of mobile and desktop Firefox. When I see deprecated prefs preserved in this add-on it sometimes gives me the impression it's not up-to-date even though it clearly is.

Or at least have entries say things like "desktop only", "deprecated in version x", "new in version x"