Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gitoffthelawn opened this issue Oct 21, 2016 · 3 comments

Comments

@Gitoffthelawn
Copy link

network.http.sendSecureXSiteReferrer will no longer exist as of Firefox 52. See:
https://bugzilla.mozilla.org/show_bug.cgi?id=1308725
pyllyukko/user.js#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
Copy link
Owner

The new WebExtension version will blur those prefs that are not supported;
#80

@Gitoffthelawn
Copy link
Author

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

@jawz101
Copy link

jawz101 commented Mar 28, 2017

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants