-
Notifications
You must be signed in to change notification settings - Fork 238
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
Great stuff you have! Some additional suggestions from my side... #344
Comments
Thanks! Will have a look at your project.
Yes there is
For those of us who demand more, yes. |
I'm wondering: Do you have the service Detect captive portal disabled? It should be disabled, otherwise it makes all the time connections to www.detectportal.firefox.com |
@pyllyukko FYI /* 0603b: disable more Necko/Captive Portal
* [1] https://en.wikipedia.org/wiki/Captive_portal
* [2] https://wiki.mozilla.org/Necko/CaptivePortal
* [3] https://trac.torproject.org/projects/tor/ticket/21790 ***/
user_pref("captivedetect.canonicalURL", "");
user_pref("network.captive-portal-service.enabled", false); // (FF52+) |
@macandchief, @Thorin-Oakenpants is right, Captive Portal is disabled in https://github.com/ghacksuserjs/ghacks-user.js, but not here. I think improving the automatic diff tools (#256) will help everyone notice interesting prefs in other people's work. We could list https://github.com/gunnersson/my_Mozilla_settings and others (I think we listed them somewhere...) in a separate section in https://github.com/pyllyukko/user.js#other-documentation (ghacks-user.js is already listed there) - edit: already on the TODO list at #256 (comment). Then we could also add diff targets in the Makefile for those variants. There are already partially-working diff targets for Firefox upstream and TBB preferences. |
Fixed in 456a2b7. |
The links now return 404 - "This is not the web page you are looking for.". |
Dear all!
Great stuff you have! Some additional suggestions from my side...
Please, have a look at https://github.com/gunnersson and, to be more precise, at https://github.com/gunnersson/my_Mozilla_settings !
That's my repo and project. There's no intention of bad rivalry, but just good competition by me. In fact, there are many users and repos at GitHub of similar idea and content.
But it would be my intention to bring them all a bit together for sharing and collecting.
Maybe, in this way Mozilla Firefox and Mozilla Thunderbird could be a real joy for many people...
Thank you and kind regards,
Gunner
The text was updated successfully, but these errors were encountered: