Skip to content

fam007e/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:

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

About

Implement the privacy oriented configurations for FireFox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 52.0%
  • Shell 44.0%
  • JavaScript 4.0%