Disable Firefox application reputation checks for downloads
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Linux onlyThis script improves your privacy on Linux
- Impact: HighSystem Functionality Loss Risk: High
This action improves privacy with high 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
This script pertains to a feature that safeguards users from malware downloads 1.
This protective measure operates by transmitting downloaded URL and file data to Google's servers 3.
The script modifies browser.safebrowsing.downloads.enabled
to a disabled state.
This adjustment consequently disables application reputation checks for downloaded files 1 2.
Inhibiting this feature concurrently disables remote lookups
(browser.safebrowsing.downloads.remote.enabled
) 1.
Read more: Security/Features/Application Reputation Design Doc | wiki.mozilla.org
This script should only be used by advanced users.
This script is not recommended for daily use as it breaks important functionality.
Consider creating a system backup before doing any changes.
Sources
- Security/Features/Application Reputation Design Doc - MozillaWiki. wiki.mozilla.org. (2022).
Original: https://wiki.mozilla.org/Security/Features/Application_Reputation_Design_Doc
Archived: https://web.archive.org/web/20221025204612/https://wiki.mozilla.org/Security/Features/Application_Reputation_Design_Doc - Security/Download Protection - MozillaWiki. wiki.mozilla.org. (2022).
Original: https://wiki.mozilla.org/Security/Download_Protection
Archived: https://web.archive.org/web/20221025204436/https://wiki.mozilla.org/Security/Download_Protection - Firefox/Privacy - ArchWiki. wiki.archlinux.org. (2022).
Original: https://wiki.archlinux.org/title/Firefox/Privacy
Archived: https://web.archive.org/web/20221025162743/https://wiki.archlinux.org/title/Firefox/Privacy#Disable_.27Safe_Browsing.27_service
Apply Now
Choose one of three ways to apply:
Help
How to apply or restore "Disable Firefox application reputation checks for downloads" 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 "Disable Firefox application reputation checks for downloads" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable Firefox application reputation checks for downloads
- 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='browser.safebrowsing.downloads.enabled'
pref_value='false'
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
InByZWZfbmFtZT0nYnJvd3Nlci5zYWZlYnJvd3NpbmcuZG93bmxvYWRzLmVuYWJsZWQnXG5wcmVmX3ZhbHVlPSdmYWxzZSdcbmVjaG8gXCJSZXZlcnRpbmcgcHJlZmVyZW5jZTogXFxcIiRwcmVmX25hbWVcXFwiIHRvIGl0cyBkZWZhdWx0LlwiXG5pZiBjb21tYW5kIC12ICdwcycgJj4gL2Rldi9udWxsICYmIHBzIGF1eCB8IGdyZXAgLWkgXCJbZl1pcmVmb3hcIiA+IC9kZXYvbnVsbDsgdGhlblxuICA+JjIgZWNobyAtZSBcIlxcZVszM21XYXJuaW5nOiBGaXJlZm94IGlzIGN1cnJlbnRseSBydW5uaW5nLiBQbGVhc2UgY2xvc2UgRmlyZWZveCBiZWZvcmUgZXhlY3V0aW5nIHRoZSByZXZlcnQgc2NyaXB0IHRvIGVuc3VyZSBjaGFuZ2VzIGFyZSBhcHBsaWVkIGVmZmVjdGl2ZWx5LlxcZVswbVwiXG5maVxuZGVjbGFyZSAtYSBmaWxlc190b19tb2RpZnk9KCdwcmVmcy5qcycgJ3VzZXIuanMnKVxuZGVjbGFyZSAtYSBwcm9maWxlX3BhdGhzPShcbiAgfi8ubW96aWxsYS9maXJlZm94LyovXG4gIH4vLnZhci9hcHAvb3JnLm1vemlsbGEuZmlyZWZveC8ubW96aWxsYS9maXJlZm94LyovXG4gIH4vc25hcC9maXJlZm94L2NvbW1vbi8ubW96aWxsYS9maXJlZm94LyovXG4pXG5kZWNsYXJlIC1pIHRvdGFsX3Byb2ZpbGVzX2ZvdW5kPTBcbmZvciBwcm9maWxlX2RpciBpbiBcIiR7cHJvZmlsZV9wYXRoc1tAXX1cIjsgZG9cbiAgaWYgWyAhIC1kIFwiJHByb2ZpbGVfZGlyXCIgXTsgdGhlblxuICAgIGNvbnRpbnVlXG4gIGZpXG4gIGlmIFtbICEgXCIkKGJhc2VuYW1lIFwiJHByb2ZpbGVfZGlyXCIpXCIgPX4gXlthLXowLTldezh9XFwuLisgXV07IHRoZW5cbiAgICBjb250aW51ZSAjIE5vdCBhIHByb2ZpbGUgZm9sZGVyXG4gIGZpXG4gICgodG90YWxfcHJvZmlsZXNfZm91bmQrKykpXG4gIGZvciBmaWxlX3RvX21vZGlmeSBpbiBcIiR7ZmlsZXNfdG9fbW9kaWZ5W0BdfVwiOyBkb1xuICAgIGNvbmZpZ19maWxlX3BhdGg9XCIke3Byb2ZpbGVfZGlyfSR7ZmlsZV90b19tb2RpZnl9XCJcbiAgICBpZiBbICEgLWYgXCIkY29uZmlnX2ZpbGVfcGF0aFwiIF07IHRoZW5cbiAgICAgIGNvbnRpbnVlXG4gICAgZmlcbiAgICBlY2hvIFwiJGNvbmZpZ19maWxlX3BhdGg6XCJcbiAgICBwcmVmX3N0YXJ0PVwidXNlcl9wcmVmKFxcXCIkcHJlZl9uYW1lXFxcIixcIlxuICAgIHByZWZfbGluZT1cInVzZXJfcHJlZihcXFwiJHByZWZfbmFtZVxcXCIsICRwcmVmX3ZhbHVlKTtcIlxuICAgIGlmICEgZ3JlcCAtLXF1aWV0IFwiXiRwcmVmX3N0YXJ0XCIgXCIke2NvbmZpZ19maWxlX3BhdGh9XCI7IHRoZW5cbiAgICAgIGVjaG8gJCdcXHQnJ1NraXBwaW5nLCBwcmVmZXJlbmNlIHdhcyBub3QgY29uZmlndXJlZCBiZWZvcmUuJ1xuICAgIGVsaWYgZ3JlcCAtLXF1aWV0IFwiXiRwcmVmX2xpbmUkXCIgXCIke2NvbmZpZ19maWxlX3BhdGh9XCI7IHRoZW5cbiAgICAgIHNlZCAtLWluLXBsYWNlIFwiL14kcHJlZl9saW5lL2RcIiBcIiRjb25maWdfZmlsZV9wYXRoXCJcbiAgICAgIGVjaG8gJCdcXHQnJ1N1Y2Nlc3NmdWxseSByZXZlcnRlZCBwcmVmZXJlbmNlIHRvIGRlZmF1bHQuJ1xuICAgICAgaWYgISBncmVwIC0tcXVpZXQgJ1teWzpzcGFjZTpdXScgXCIkY29uZmlnX2ZpbGVfcGF0aFwiOyB0aGVuXG4gICAgICAgIHJtIFwiJGNvbmZpZ19maWxlX3BhdGhcIlxuICAgICAgICBlY2hvICQnXFx0J1wiUmVtb3ZlZCB0aGUgZmlsZSBhcyBpdCBiZWNhbWUgZW1wdHkuXCJcbiAgICAgIGZpXG4gICAgZWxzZVxuICAgICAgZWNobyAkJ1xcdCcnU2tpcHBpbmcsIHRoZSBwcmVmZXJlbmNlIGhhcyB2YWx1ZSB0aGF0IGlzIG5vdCBjb25maWd1cmVkIGJ5IHByaXZhY3kuc2V4eS4nXG4gICAgZmlcbiAgZG9uZVxuZG9uZVxuaWYgWyBcIiR0b3RhbF9wcm9maWxlc19mb3VuZFwiIC1lcSAwIF07IHRoZW5cbiAgZWNobyAnTm8gcmV2ZXJzaW9uIHdhcyBuZWNlc3NhcnkuJ1xuZWxzZVxuICBlY2hvIFwiU3VjY2Vzc2Z1bGx5IHZlcmlmaWVkIHByZWZlcmVuY2VzIGluICR0b3RhbF9wcm9maWxlc19mb3VuZCBwcm9maWxlcy5cIlxuZmki
Help
How to apply or restore "Disable Firefox application reputation checks for downloads" 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 Phishing Protection (Safe Browsing) (decreases security)
- Configure Firefox
- Configure programs
Firefox's Safe Browsing feature, now referred to as Phishing Protection, is still internally recognized as "Safe Browsing". To provide protection against...
— Disable Firefox Phishing Protection (Safe Browsing) (decreases security)
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
Other guides in Disable Firefox Phishing Protection (Safe Browsing) (decreases security) 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.