intika / Librefox

Librefox: Firefox with privacy enhancements
https://librefox.org
Mozilla Public License 2.0
1.72k stars 89 forks source link

Remove first run/post update tracking #16

Closed brainscar closed 5 years ago

brainscar commented 5 years ago

Remove first run/post update tracking

intika commented 5 years ago

Let me just double check that this is not already added in the cfg Thanks for your contribution it's appreciated :)

intika commented 5 years ago

Do you know what about:config setting does it change ? And if the policy is available on ESR (librefox policy have to be compatible with ESR as well) I am building new binaries i will look into this once done ;)

brainscar commented 5 years ago

Hi :)

Thank you for your hard work!

Do you know what about:config setting does it change ?

I think it's startup.homepage_override_url

http://kb.mozillazine.org/Startup.homepage_override_url

This one is for new profiles:

startup.homepage_welcome_url

This one toggles the override:

browser.startup.firstrunSkipsHomepage

And the default homepage is set at:

browser.startup.homepage

:-)

intika commented 5 years ago

i will merge this but i will enable it later need to do some testing. thanks a lot for your contribution you rock !

intika commented 5 years ago

as promised i am looking at your pr now... this "OverrideFirstRunPage": "", is not necessary as it does not violate privacy and is already implemented in mozilla.cfg this "OverridePostUpdatePage": "", is kept, thank you for reporting this, and will probably updated to future Librefox update page...
i am updating the repo...