Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianshumate/firefix
:fire_engine: Reduced Firefox information leakage
https://github.com/brianshumate/firefix
Last synced: 8 days ago
JSON representation
:fire_engine: Reduced Firefox information leakage
- Host: GitHub
- URL: https://github.com/brianshumate/firefix
- Owner: brianshumate
- License: bsd-2-clause
- Created: 2015-06-25T22:06:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T13:29:59.000Z (over 9 years ago)
- Last Synced: 2023-03-11T01:05:45.440Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
```
.-:::::'::::::::::.. .,:::::: .-:::::'::: .,:: .:
;;;'''' ;;;;;;;``;;;; ;;;;'''' ;;;'''' ;;; `;;;, .,;;
[[[,,== [[[ [[[,/[[[' [[cccc [[[,,== [[[ '[[,,[['
`$$$"`` $$$ $$$$$$c $$"""" `$$$"`` $$$ Y$$$P
888 888 888b "88bo,888oo,__ 888 888 oP"``"Yo,
"MM, MMM MMMM "W" """"YUMMM"MM, MMM,m" "Mm,
```Firefix is a custom `user.js` file for Mozilla Firefox.
The aim is to disable numerous features which can leak sensitive
information to third parties while you are browsing the web with
Firefox, including the following items:* Enable Google Safe Browsing, but don't leak browsing history
* Disable Firefox stability/performance reporting
* Disable Telemetry usage statistics reporting
* Disable WebRTC to prevent leaking of your IP address
* Disable Encrypted Media Extensions
* Disable Firefox Hello
* Disable Pocket integration
* Disable Geolocation
* Disable Search suggestions## Usage
This project presumes that you do not already maintain a custom `user.js`
for Firefox. If this is not the case, you can merge the bits from the included
`user.js` into your existing one instead of using the following directions.Clone this repository:
```
git clone https://github.com/brianshumate/firefix.git
```Change into repository clone directory and copy the `user.js` to your Firefox
user profile directory:### Linux
```
cd firefix
cp user.js ~/.mozilla/firefox/*.default/
```### Mac OS X
```
cd firefix
cp user.js ~/Library/Application\ Support/Firefox/Profiles/*.default/
```### Windows
```
cd firefix
copy user.js %APPDATA%\Mozilla\Firefox\Profiles\*.default\
```If Firefox is running, you should restart it to affect the changes.
## Thanks
Firefix was inspired by the work in
[firefox-debloat](https://github.com/amq/firefox-debloat) by amq.