privacy-settings/Privacy Settings/Firefox-M-Privacy-Settings.md

79 lines
2.1 KiB
Markdown
Raw Normal View History

2021-07-24 00:35:12 +02:00
# Firefox Mobile Privacy Settings
2021-09-14 03:53:44 +02:00
**Following settings also apply to Fennec (F-droid version of firefox), except the Data Collection section.**
2021-07-24 00:35:12 +02:00
Go to Settings.
2021-12-09 21:05:00 +01:00
## Search
2021-07-24 15:42:08 +02:00
- Default search engine: DuckDuckGo or add any other privacy respecting search engine like Qwant, Swisscows etc.
2021-07-24 00:35:12 +02:00
- Autocomplete URLs: Off
2021-12-09 21:05:00 +01:00
- Show clipboard suggestions: Off
2021-07-24 00:35:12 +02:00
- Show voice search: Off
- Show search suggestions: Off
2021-12-09 21:05:00 +01:00
## Logins and Passwords
2021-07-24 00:35:12 +02:00
- Save logins and passwords: Never save
2021-12-09 21:05:00 +01:00
- Autofill in Firefox/Fennec: Off
2021-11-24 22:51:43 +01:00
- Autofill in other apps: Off
2021-07-24 00:35:12 +02:00
NOTE: Never save passwords in browsers. Use a password manager instead. Check out [Additional Resources](https://github.com/the-weird-aquarian/privacy-settings#additional-resources) for more info.
2021-12-09 21:05:00 +01:00
## Credit cards
2021-07-24 00:35:12 +02:00
- Save and autofill cards: Off
NOTE: Never save payment info or credit card details in browsers. A password manager can be used to also save payment information or card details.
2021-12-09 21:05:00 +01:00
## Private browsing
2021-07-24 00:35:12 +02:00
- Allow screenshots in private browsing: Off
2021-12-09 21:05:00 +01:00
## Enhanced Tracking Protection
- Enhanced Tracking Protection: On
2021-07-24 00:35:12 +02:00
- Strict
2021-12-09 21:05:00 +01:00
## Data collection
2021-09-14 03:53:44 +02:00
**This section does not apply to Fennec**
2021-07-24 00:35:12 +02:00
- Usage and technical data: Off
- Marketing data: Off
- Studies: Off
2021-12-09 21:05:00 +01:00
## Add-ons
Check [recommended extensions](https://github.com/the-weird-aquarian/privacy-settings#recommended-extensions) to add
2021-07-24 00:35:12 +02:00
---
---
## Further Hardening
Firefox Beta and Fennec users can further harden firefox by changing about:config settings
2021-09-14 03:53:44 +02:00
- For further hardening of Firefox, check out [Privacy Guides](https://www.privacyguides.org/browsers/#about_config) and [arkenfox user.js](https://github.com/arkenfox/user.js)
2021-07-24 00:35:12 +02:00
2021-12-09 21:05:00 +01:00
NOTE 1: To use user.js, place it in
2021-07-24 00:35:12 +02:00
- Firefox Beta: /data/data/org.mozilla.firefox_beta/files/mozilla/SomeAlphanumericText.default/
- Fennec: /data/data/org.mozilla.fennec_fdroid/files/mozilla/SomeAlphanumericText.default/
2021-12-09 21:05:00 +01:00
Check the permissions for pref.js already present in that path and give the same permissions to user.js
2021-07-24 00:35:12 +02:00
2021-12-09 21:05:00 +01:00
NOTE 2:
- Root access is required for placing user.js in above mentioned path and changing permissions.
- Users without root access can just change each and every setting manually in about:config
2021-07-24 00:35:12 +02:00