1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-19 09:24:46 +00:00

Fix some consistency and grammar (#805)

Co-Authored-By: Daniel Gray <dng@disroot.org>
This commit is contained in:
taivlam
2022-03-27 21:39:49 +00:00
committed by Daniel Gray
parent afa8a8598f
commit da10dcff34
14 changed files with 128 additions and 244 deletions

View File

@@ -6,7 +6,6 @@ description: |
---
## General Recommendations
{% for item_hash in site.data.software.browsers %}
{% assign item = item_hash[1] %}
@@ -17,7 +16,6 @@ description: |
{% endfor %}
## Desktop Browser Recommendations
{% for item_hash in site.data.software.browsers-desktop %}
{% assign item = item_hash[1] %}
@@ -28,7 +26,6 @@ description: |
{% endfor %}
## Mobile Browser Recommendations
On Android, Mozilla's engine [GeckoView](https://mozilla.github.io/geckoview/) has yet to support [site isolation](https://hacks.mozilla.org/2021/05/introducing-firefox-new-site-isolation-security-architecture) or enable [isolatedProcess](https://bugzilla.mozilla.org/show_bug.cgi?id=1565196). Firefox on Android also doesn't yet have [HTTPS-Only mode](https://github.com/mozilla-mobile/fenix/issues/16952#issuecomment-907960218) built-in. We do not recommend Firefox or any Gecko based browsers at this time.
On iOS all web browsers use [WKWebView](https://developer.apple.com/documentation/webkit/wkwebview), so all browsers on the App Store are essentially Safari under the hood.
@@ -43,7 +40,6 @@ On iOS all web browsers use [WKWebView](https://developer.apple.com/documentatio
{% endfor %}
## Additional Resources
{% for item_hash in site.data.software.browsers-resources %}
{% assign item = item_hash[1] %}