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:
@@ -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] %}
|
||||
|
||||
|
Reference in New Issue
Block a user