Clear Firefox pioneer program ID
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Linux onlyThis script improves your privacy on Linux
- Impact: MinimumSystem Functionality Loss Risk: Low
This action improves privacy with minimal impact when you run the recommended script. - Bash (Shell script)These changes use Linux system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
If a user has chosen to participate in the Pioneer program, their Pioneer ID will be stored in this field 1. This ID serves as a link between user data and Mozilla servers 2.
Sources
- Preferences and Defines — Firefox Source Docs documentation. firefox-source-docs.mozilla.org. (2022).
Original: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/internals/preferences.html
Archived: https://web.archive.org/web/20221015102124/https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/internals/preferences.html - Make Firefox Better With Pioneer. Data is the lifeblood of any product…. by Toby Elliott. Firefox Context Graph. Medium. (2022).
Original: https://medium.com/firefox-context-graph/make-firefox-better-with-pioneer-10c82d0f9301
Archived: https://web.archive.org/web/20221025162028/https://medium.com/firefox-context-graph/make-firefox-better-with-pioneer-10c82d0f9301
Apply Now
Choose one of three ways to apply:
Help
How to apply or restore "Clear Firefox pioneer program ID" using script
- ≈ 3 min to complete
- Tools: Web Browser
- Difficulty: Medium
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Clear Firefox pioneer program ID" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Clear Firefox pioneer program ID
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
pref_name='toolkit.telemetry.pioneerId'
pref_value='""'
echo "Setting preference \"$pref_name\" to \"$pref_value\"."
declare -a profile_paths=(
~/.mozilla/firefox/*/
~/.var/app/org.mozilla.firefox/.mozilla/firefox/*/
~/snap/firefox/common/.mozilla/firefox/*/
)
declare -i total_profiles_found=0
for profile_dir in "${profile_paths[@]}"; do
if [ ! -d "$profile_dir" ]; then
continue
fi
if [[ ! "$(basename "$profile_dir")" =~ ^[a-z0-9]{8}\..+ ]]; then
continue # Not a profile folder
fi
((total_profiles_found++))
user_js_file="${profile_dir}user.js"
echo "$user_js_file:"
if [ ! -f "$user_js_file" ]; then
touch "$user_js_file"
echo $'\t''Created new user.js file'
fi
pref_start="user_pref(\"$pref_name\","
pref_line="user_pref(\"$pref_name\", $pref_value);"
if ! grep --quiet "^$pref_start" "${user_js_file}"; then
echo -n $'\n'"$pref_line" >> "$user_js_file"
echo $'\t'"Successfully added a new preference in $user_js_file."
elif grep --quiet "^$pref_line$" "$user_js_file"; then
echo $'\t'"Skipping, preference is already set as expected in $user_js_file."
else
sed --in-place "/^$pref_start/c\\$pref_line" "$user_js_file"
echo $'\t'"Successfully replaced the existing incorrect preference in $user_js_file."
fi
done
if [ "$total_profiles_found" -eq 0 ]; then
echo 'No profile folders are found, no changes are made.'
else
echo "Successfully verified preferences in $total_profiles_found profiles."
fi
InByZWZfbmFtZT0ndG9vbGtpdC50ZWxlbWV0cnkucGlvbmVlcklkJ1xucHJlZl92YWx1ZT0nXCJcIidcbmVjaG8gXCJSZXZlcnRpbmcgcHJlZmVyZW5jZTogXFxcIiRwcmVmX25hbWVcXFwiIHRvIGl0cyBkZWZhdWx0LlwiXG5pZiBjb21tYW5kIC12ICdwcycgJj4gL2Rldi9udWxsICYmIHBzIGF1eCB8IGdyZXAgLWkgXCJbZl1pcmVmb3hcIiA+IC9kZXYvbnVsbDsgdGhlblxuICA+JjIgZWNobyAtZSBcIlxcZVszM21XYXJuaW5nOiBGaXJlZm94IGlzIGN1cnJlbnRseSBydW5uaW5nLiBQbGVhc2UgY2xvc2UgRmlyZWZveCBiZWZvcmUgZXhlY3V0aW5nIHRoZSByZXZlcnQgc2NyaXB0IHRvIGVuc3VyZSBjaGFuZ2VzIGFyZSBhcHBsaWVkIGVmZmVjdGl2ZWx5LlxcZVswbVwiXG5maVxuZGVjbGFyZSAtYSBmaWxlc190b19tb2RpZnk9KCdwcmVmcy5qcycgJ3VzZXIuanMnKVxuZGVjbGFyZSAtYSBwcm9maWxlX3BhdGhzPShcbiAgfi8ubW96aWxsYS9maXJlZm94LyovXG4gIH4vLnZhci9hcHAvb3JnLm1vemlsbGEuZmlyZWZveC8ubW96aWxsYS9maXJlZm94LyovXG4gIH4vc25hcC9maXJlZm94L2NvbW1vbi8ubW96aWxsYS9maXJlZm94LyovXG4pXG5kZWNsYXJlIC1pIHRvdGFsX3Byb2ZpbGVzX2ZvdW5kPTBcbmZvciBwcm9maWxlX2RpciBpbiBcIiR7cHJvZmlsZV9wYXRoc1tAXX1cIjsgZG9cbiAgaWYgWyAhIC1kIFwiJHByb2ZpbGVfZGlyXCIgXTsgdGhlblxuICAgIGNvbnRpbnVlXG4gIGZpXG4gIGlmIFtbICEgXCIkKGJhc2VuYW1lIFwiJHByb2ZpbGVfZGlyXCIpXCIgPX4gXlthLXowLTldezh9XFwuLisgXV07IHRoZW5cbiAgICBjb250aW51ZSAjIE5vdCBhIHByb2ZpbGUgZm9sZGVyXG4gIGZpXG4gICgodG90YWxfcHJvZmlsZXNfZm91bmQrKykpXG4gIGZvciBmaWxlX3RvX21vZGlmeSBpbiBcIiR7ZmlsZXNfdG9fbW9kaWZ5W0BdfVwiOyBkb1xuICAgIGNvbmZpZ19maWxlX3BhdGg9XCIke3Byb2ZpbGVfZGlyfSR7ZmlsZV90b19tb2RpZnl9XCJcbiAgICBpZiBbICEgLWYgXCIkY29uZmlnX2ZpbGVfcGF0aFwiIF07IHRoZW5cbiAgICAgIGNvbnRpbnVlXG4gICAgZmlcbiAgICBlY2hvIFwiJGNvbmZpZ19maWxlX3BhdGg6XCJcbiAgICBwcmVmX3N0YXJ0PVwidXNlcl9wcmVmKFxcXCIkcHJlZl9uYW1lXFxcIixcIlxuICAgIHByZWZfbGluZT1cInVzZXJfcHJlZihcXFwiJHByZWZfbmFtZVxcXCIsICRwcmVmX3ZhbHVlKTtcIlxuICAgIGlmICEgZ3JlcCAtLXF1aWV0IFwiXiRwcmVmX3N0YXJ0XCIgXCIke2NvbmZpZ19maWxlX3BhdGh9XCI7IHRoZW5cbiAgICAgIGVjaG8gJCdcXHQnJ1NraXBwaW5nLCBwcmVmZXJlbmNlIHdhcyBub3QgY29uZmlndXJlZCBiZWZvcmUuJ1xuICAgIGVsaWYgZ3JlcCAtLXF1aWV0IFwiXiRwcmVmX2xpbmUkXCIgXCIke2NvbmZpZ19maWxlX3BhdGh9XCI7IHRoZW5cbiAgICAgIHNlZCAtLWluLXBsYWNlIFwiL14kcHJlZl9saW5lL2RcIiBcIiRjb25maWdfZmlsZV9wYXRoXCJcbiAgICAgIGVjaG8gJCdcXHQnJ1N1Y2Nlc3NmdWxseSByZXZlcnRlZCBwcmVmZXJlbmNlIHRvIGRlZmF1bHQuJ1xuICAgICAgaWYgISBncmVwIC0tcXVpZXQgJ1teWzpzcGFjZTpdXScgXCIkY29uZmlnX2ZpbGVfcGF0aFwiOyB0aGVuXG4gICAgICAgIHJtIFwiJGNvbmZpZ19maWxlX3BhdGhcIlxuICAgICAgICBlY2hvICQnXFx0J1wiUmVtb3ZlZCB0aGUgZmlsZSBhcyBpdCBiZWNhbWUgZW1wdHkuXCJcbiAgICAgIGZpXG4gICAgZWxzZVxuICAgICAgZWNobyAkJ1xcdCcnU2tpcHBpbmcsIHRoZSBwcmVmZXJlbmNlIGhhcyB2YWx1ZSB0aGF0IGlzIG5vdCBjb25maWd1cmVkIGJ5IHByaXZhY3kuc2V4eS4nXG4gICAgZmlcbiAgZG9uZVxuZG9uZVxuaWYgWyBcIiR0b3RhbF9wcm9maWxlc19mb3VuZFwiIC1lcSAwIF07IHRoZW5cbiAgZWNobyAnTm8gcmV2ZXJzaW9uIHdhcyBuZWNlc3NhcnkuJ1xuZWxzZVxuICBlY2hvIFwiU3VjY2Vzc2Z1bGx5IHZlcmlmaWVkIHByZWZlcmVuY2VzIGluICR0b3RhbF9wcm9maWxlc19mb3VuZCBwcm9maWxlcy5cIlxuZmki
Help
How to apply or restore "Clear Firefox pioneer program ID" using commands
- ≈ 2 min to complete
- Tools: Terminal
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open terminal
Open your terminal application. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into terminal application and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable Firefox Pioneer program
- Configure Firefox
- Configure programs
Firefox Pioneer is a system in Firefox to test new features and changes on a subset of Firefox users. Pioneer program sends private/sensitive data to Moz...
Mozilla Firefox, colloquially known as Firefox, is a free and open-source web browser created by the Mozilla Foundation and its subsidiary, the Mozilla C...
These scripts configure third-party applications installed on Linux distributions to harden their security and privacy to protect your data. They scripts...
Same Goal
Another guide in Disable Firefox Pioneer program See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.