privacyguides.org/collections/_evergreen/browsers.md
taivlam da10dcff34
Fix some consistency and grammar (#805)
Co-Authored-By: Daniel Gray <dng@disroot.org>
2022-03-28 16:40:42 +10:30

2.0 KiB

layout title description
evergreen Browser Recommendations These are our current web browser recommendations and settings. We recommend keeping extensions to a minimum: they have privileged access within your browser, require you to trust the developer, can make you [stand out](https://en.wikipedia.org/wiki/Device_fingerprint#Browser_fingerprint), and [weaken](https://groups.google.com/a/chromium.org/g/chromium-extensions/c/0ei-UCHNm34/m/lDaXwQhzBAAJ) site isolation.

General Recommendations

{% for item_hash in site.data.software.browsers %} {% assign item = item_hash[1] %}

{% if item.type == "Recommendation" %} {% include recommendation-card.html %} {% endif %}

{% endfor %}

Desktop Browser Recommendations

{% for item_hash in site.data.software.browsers-desktop %} {% assign item = item_hash[1] %}

{% if item.type == "Recommendation" %} {% include recommendation-card.html %} {% endif %}

{% endfor %}

Mobile Browser Recommendations

On Android, Mozilla's engine GeckoView has yet to support site isolation or enable isolatedProcess. Firefox on Android also doesn't yet have HTTPS-Only mode built-in. We do not recommend Firefox or any Gecko based browsers at this time.

On iOS all web browsers use WKWebView, so all browsers on the App Store are essentially Safari under the hood.

{% for item_hash in site.data.software.browsers-mobile %} {% assign item = item_hash[1] %}

{% if item.type == "Recommendation" %} {% include recommendation-card.html %} {% endif %}

{% endfor %}

Additional Resources

{% for item_hash in site.data.software.browsers-resources %} {% assign item = item_hash[1] %}

{% if item.type == "Recommendation" %} {% include recommendation-card.html %} {% endif %}

{% endfor %}