Skip to content

simeononsecurity/FireFox-Privacy-Script

Repository files navigation

FireFox Privacy Script

Organizations like PrivacyTools.io and ffprofile have suggested changes to make FireFox more secure and private. These changes cover suggested browser extentions, blocking telemetry, disabling 3rd-party cookies, disabling trackers, etc.

This script will take the pregenerated FireFox configuration files and install them in the proper directories on either Windows or Linux systems.

Download the required files

Download the required files from the GitHub Repository

How to run the script

The script may be lauched from the extracted GitHub download like this:

Windows PowerShell:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force
powershell -ExecutionPolicy Bypass -File "C:\Path\To\Your\sos-firefoxprivacy.ps1"

Linux and MacOS:

sudo chmod +x ./sos-firefoxprivacy.sh
sudo bash ./sos-firefoxprivacy.sh