-
Notifications
You must be signed in to change notification settings - Fork 523
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
ToDo: diffs FF94-FF95 #1292
Comments
some bugzilla tickets
|
|
re-opening, not for 95 changes, but to followup on |
OK, that's what did me in: @Jee-Hex how's this (it's a bit shit to be honest, any help would be appreciated) /* 0706: disable proxy bypass for system request failures [FF95+]
* Remote Settings, UpdateService, Telemetry etc being added in stages
* [WARNING] This includes security features
* [SETUP-CHROME] If you use a proxy and you're happy to skip potential security fixes if the proxy fails
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1732792,1733994,1733481 ***/
// user_pref("network.proxy.allow_bypass", false); // [FF95+] [HIDDEN PREF] |
I am not exactly familiar with this but judging from this, this and this the two prefs are not connected. Otherwise looks good to me. And the search detection thingy is not directly related to this pref - I probably should have posted that as a separate comment. |
Thanks. Yup, I gathered the search thing was separate, and I don't see it as a concern - what does it actually do, I don't get it? Anyway, I will post a commit for the above tomorrow, I need some zzzz |
Just a "security feature" that pings mozilla servers when it detects search engine redirects/ eTLDs changes. But that comment was more of a FYI than advocacy anyway. |
Ah, OK. I thought it was something to do with hardening up detecting search engine changes and resetting them: I thought they wanted to get rid of system addons these days |
In firefox 95, `browser.urlbar.suggest.quicksuggest` was replaced by `browser.urlbar.suggest.quicksuggest.nonsponsored` according to arkenfox/user.js#1292
In Firefox 95, `browser.urlbar.suggest.quicksuggest` was replaced by `browser.urlbar.suggest.quicksuggest.nonsponsored` according to arkenfox/user.js#1292
FF95 is scheduled for release Dec. 7th
FF95 release notes
FF95 for developers
FF95 security advisories
63 diffs ( 42 new, 14 gone, 7 different )
new in v95.0:
removed, renamed or hidden in v95.0:
0807
pref("browser.urlbar.suggest.quicksuggest", false); 1735976 - fec5168browser.urlbar.suggest.quicksuggest.nonsponsored
ignore
click me for details
==NEW
==REMOVED or HIDDEN
==CHANGED
The text was updated successfully, but these errors were encountered: