allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
782 stars 56 forks source link

More telemetry settings #94

Closed allo- closed 6 years ago

allo- commented 7 years ago
Atavic commented 6 years ago

Enable the .../data/new profile ping Allow the shutdown ping to be sent when the browser shuts down

https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/internals/preferences.html

allo- commented 6 years ago

Thank you, good ressource.

StarPicard commented 6 years ago

Seems to be already integrated. (?)

Atavic commented 6 years ago

FF55 and up: user_pref("toolkit.telemetry.newProfilePing.enabled", false);

See: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/user.js#L183

It's under section: /* 0330: disable telemetry

allo- commented 6 years ago

https://github.com/allo-/firefox-profilemaker/blob/master/settings/telemetry.json seems to be quite complete thanks to @StarPicard. If there are any new settings (newProfilePing is already included) open a new issue or just create a pull request (you can use the online editor on github for adding a new line quickly).