updated changelog
This commit is contained in:
parent
8fa58e2ff6
commit
1efc7efaf9
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -4,6 +4,28 @@ Any changes in the settings will be accounted here.
|
|||
|
||||
|
||||
|
||||
## Feb 18, 2022
|
||||
|
||||
### Bromite
|
||||
- Fixed typos and other mistakes.
|
||||
|
||||
### Firefox Focus
|
||||
- added HTTPS-only mode in [Security](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Firefox-Focus.md#security)
|
||||
|
||||
### Google Chrome Mobile
|
||||
- Some very minor changes in [Privacy and security](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Google-Chrome-Mobile.md#privacy-and-security).
|
||||
|
||||
### Vivaldi Mobile
|
||||
- Some very minor changes in [Privacy and security](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Vivaldi-Mobile.md#privacy-and-security).
|
||||
|
||||
### Windows 10
|
||||
- added [Encrypted DNS](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Windows-10-Privacy-Settings.md#encrypted-dns)
|
||||
|
||||
### Windows 11
|
||||
- added [Encrypted DNS](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Windows-11-Privacy-Settings.md#encrypted-dns)
|
||||
|
||||
|
||||
|
||||
## Jan 28, 2022
|
||||
|
||||
### Privacy Settings
|
||||
|
|
|
@ -17,7 +17,7 @@ NOTE: Never save passwords in browsers. Use a password manager instead. Check ou
|
|||
|
||||
|
||||
|
||||
## Payment Methods
|
||||
## Payment methods
|
||||
- Save and fill payment methods: Off
|
||||
|
||||
NOTE: Never save payment info in browsers. A password manager can be used to also save payment information.
|
||||
|
@ -30,11 +30,12 @@ NOTE: Never save payment info in browsers. A password manager can be used to als
|
|||
|
||||
|
||||
## Privacy and security
|
||||
- Always use secure conenctions: On
|
||||
- Always use secure connections: On
|
||||
- Access payment methods: Off
|
||||
- Preload pages for faster browsing and searching: Off
|
||||
- Enable history in incognito mode: Off
|
||||
- Use secure DNS > Choose another provider > Quad9, NextDNS, Cloudflare or select Custom and provide URL for other secure DNS from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Use secure DNS >
|
||||
- On
|
||||
- Choose another provider > Quad9/NextDNS/Cloudflare or select Custom and provide URL for other secure DNS from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Enable history in incognito mode: Off
|
||||
- "Do Not Track": On
|
||||
- Autocomplete searches and URLs: Off
|
||||
|
|
|
@ -18,8 +18,9 @@ Go to Settings.
|
|||
#### Switching Apps
|
||||
- Stealth: On
|
||||
|
||||
#### Safe Browsing
|
||||
#### Security
|
||||
- Block potentially dangerous and deceptive sites: On
|
||||
- HTTPS-Only Mode: On
|
||||
|
||||
#### Data Choices
|
||||
- Send usage data: Off
|
||||
|
|
|
@ -30,7 +30,7 @@ NOTE: Never save passwords in browsers. Use a password manager instead. Check ou
|
|||
|
||||
|
||||
|
||||
## Payment Methods
|
||||
## Payment methods
|
||||
- Save and fill payment methods: Off
|
||||
|
||||
NOTE: Never save payment info in browsers. A password manager can be used to also save payment information.
|
||||
|
@ -46,8 +46,10 @@ NOTE: Never save payment info in browsers. A password manager can be used to als
|
|||
- Safe Browsing: Enhanced protection (Does not apply to Ungoogled Chromium)
|
||||
- Always use secure connections: On
|
||||
- Access payment methods: Off
|
||||
- Preload pages for faster browsing and searching: Off
|
||||
- Use secure DNS > Choose another provider > Quad9, NextDNS, Cloudflare or select Custom and provide URL for other secure DNS from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Preload pages: No preloading
|
||||
- Use secure DNS >
|
||||
- On
|
||||
- Choose another provider > Quad9/NextDNS/Cloudflare or select Custom and provide URL for other secure DNS from [this list](https://privacyguides.org/providers/dns/)
|
||||
- "Do Not Track": On
|
||||
|
||||
#### Privacy Sandbox
|
||||
|
|
|
@ -57,9 +57,11 @@ NOTE: Never save payment info in browsers. A password manager can be used to als
|
|||
## Privacy and security
|
||||
- Access payment methods: Off
|
||||
- Always use secure connections: On
|
||||
- Preload pages for faster browsing and searching: Off
|
||||
- Preload pages: Off
|
||||
- "Do Not Track": On
|
||||
- Use secure DNS > Choose another provider > Quad9, NextDNS, Cloudflare or select Custom and provide URL for other secure DNS from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Use secure DNS >
|
||||
- On
|
||||
- Choose another provider > Quad9/NextDNS/Cloudflare or select Custom and provide URL for other secure DNS from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Broadcast IP for best WebRTC performance: Off
|
||||
|
||||
|
||||
|
|
|
@ -128,3 +128,20 @@ NOTE: AppData is a hidden folder by default.
|
|||
|
||||
- Virus & threat protection > Virus & threat protection settings > Manage settings > All protections on (Except automatic sample submission)
|
||||
- Firewall & network protection > All firewalls should be on for domain, public and private networks.
|
||||
|
||||
|
||||
|
||||
## Encrypted DNS
|
||||
Win key + r > type ncpa.cpl > press enter
|
||||
|
||||
Right click on Ethernet or Wifi depending on what you are using > Properties
|
||||
|
||||
- Select Internet Protocol Version 4 (TCP/IPv4) > Properties > select Use the following DNS server addresses:
|
||||
- Preferred DNS server: enter IPv4 address of a provider from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Alternate DNS server: enter alternate IPv4 address of the same provider as above
|
||||
|
||||
- Select Internet Protocol Version 6 (TCP/IPv6) > Properties > select Use the following DNS server addresses:
|
||||
- Preferred DNS server: enter IPv6 address of a provider from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Alternate DNS server: enter alternate IPv6 address of the same provider as above
|
||||
|
||||
Click OK
|
|
@ -113,3 +113,20 @@ NOTE: AppData is a hidden folder by default.
|
|||
|
||||
#### Advanced options
|
||||
- Delivery Optimization > Allow downloads from other PCs: Off
|
||||
|
||||
|
||||
|
||||
## Encrypted DNS
|
||||
Win key + r > type ncpa.cpl > press enter
|
||||
|
||||
Right click on Ethernet or Wifi depending on what you are using > Properties
|
||||
|
||||
- Select Internet Protocol Version 4 (TCP/IPv4) > Properties > select Use the following DNS server addresses:
|
||||
- Preferred DNS server: enter IPv4 address of a provider from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Alternate DNS server: enter alternate IPv4 address of the same provider as above
|
||||
|
||||
- Select Internet Protocol Version 6 (TCP/IPv6) > Properties > select Use the following DNS server addresses:
|
||||
- Preferred DNS server: enter IPv6 address of a provider from [this list](https://privacyguides.org/providers/dns/)
|
||||
- Alternate DNS server: enter alternate IPv6 address of the same provider as above
|
||||
|
||||
Click OK
|
28
README.md
28
README.md
|
@ -23,31 +23,31 @@ Privacy settings for:
|
|||
[Android 11](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Android-11.md) | 11 (R) | Jan 10, 2022
|
||||
[Android 12](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Android-12.md) | 12 (S) | Jan 10, 2022
|
||||
[Apple ID](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Apple-ID.md) | - | Jan 24, 2022
|
||||
[Brave Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Brave.md) | 1.34.81 | Dec 31, 2021
|
||||
[Brave Mobile](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Brave-Mobile.md) | 1.34.81 | Dec 11 , 2021
|
||||
[Bromite](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Bromite.md) | 96.0.4664.54 | Dec 09, 2021
|
||||
[Brave Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Brave.md) | 1.35.103 | Dec 31, 2021
|
||||
[Brave Mobile](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Brave-Mobile.md) | 1.35.103 | Dec 11 , 2021
|
||||
[Bromite](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Bromite.md) | 96.0.4664.183 | Feb 18, 2022
|
||||
[Discord](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Discord.md) | - | Aug 18, 2021
|
||||
[DuckDuckGo Search](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/DuckDuckGo-Search.md) | - | Dec 16, 2021
|
||||
[Facebook](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Facebook.md) | - | Jan 26, 2022
|
||||
[Firefox Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Firefox.md) | 96.0.3 | Dec 11, 2021
|
||||
[Firefox Mobile/Fennec](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Firefox-Mobile.md) | 96.3.1 | Dec 11, 2021
|
||||
[Firefox Focus](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Firefox-Focus.md) | 96.3.1 | Jan 07, 2022
|
||||
[Gboard](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Gboard.md) (Google Keyboard) | 11.3.02.410497392 | Dec 09, 2021
|
||||
[Firefox Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Firefox.md) | 97.0.1 | Dec 11, 2021
|
||||
[Firefox Focus](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Firefox-Focus.md) | 97.1.1 | Feb 18, 2022
|
||||
[Firefox Mobile/Fennec](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Firefox-Mobile.md) | 97.1.0 | Dec 11, 2021
|
||||
[Gboard](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Gboard.md) (Google Keyboard) | 11.4.07.422524001 | Dec 09, 2021
|
||||
[Google Account](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Google-Account.md) | - | Jan 26, 2022
|
||||
[Google Chrome/Ungoogled Chromium Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Google-Chrome.md) | 98.0.4758.82 | Dec 11, 2021
|
||||
[Google Chrome/Ungoogled Chromium Mobile](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Google-Chrome-Mobile.md) | 97.0.4692.98 | Dec 11, 2021
|
||||
[Google Chrome/Ungoogled Chromium Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Google-Chrome.md) | 98.0.4758.102 | Dec 11, 2021
|
||||
[Google Chrome/Ungoogled Chromium Mobile](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Google-Chrome-Mobile.md) | 98.0.4758.101 | Feb 18, 2022
|
||||
[Instagram](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Instagram.md) | - | Jan 26, 2022
|
||||
[LinkedIn](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/LinkedIn.md) | - | Jan 26, 2022
|
||||
[Microsoft Edge Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Microsoft-Edge.md) | 97.0.1072.69 | Dec 31, 2021
|
||||
[Microsoft Edge Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Microsoft-Edge.md) | 98.0.1108.56 | Dec 31, 2021
|
||||
[Microsoft Edge Mobile](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Microsoft-Edge-Mobile.md) | 97.0.1072.78 | Nov 24, 2021
|
||||
[Reddit](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Reddit.md) | - | Jan 26, 2022
|
||||
[Signal](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Signal.md) | - | Jan 26, 2022
|
||||
[Spotify](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Spotify.md) | - | Dec 16, 2021
|
||||
[Twitter](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Twitter.md) | - | Jan 26, 2022
|
||||
[Vivaldi Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Vivaldi.md) | 5.0.2497.48 | Dec 11, 2021
|
||||
[Vivaldi Mobile](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Vivaldi-Mobile.md) | 5.0.2498.36 | Dec 09, 2021
|
||||
[Windows 10](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Windows-10.md) | 21H2 (OS Build 19044.1469) | Jan 10, 2022
|
||||
[Windows 11](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Windows-11.md) | 21H2 (OS Build 22000.376) | Jan 10, 2022
|
||||
[Vivaldi Desktop](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Vivaldi.md) | 5.1.2567.45 | Dec 11, 2021
|
||||
[Vivaldi Mobile](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Vivaldi-Mobile.md) | 5.1.2567.45 | Feb 18, 2022
|
||||
[Windows 10](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Windows-10.md) | 21H2 (OS Build 19044.1566) | Feb 18, 2022
|
||||
[Windows 11](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Windows-11.md) | 21H2 (OS Build 22000.527) | Feb 18, 2022
|
||||
[Zoom](https://github.com/the-weird-aquarian/privacy-settings/blob/main/Privacy%20Settings/Zoom.md) | - | Jan 28, 2022
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue