Remove Firefox iOS and Firefox Focus iOS, add Safari (#701)

This commit is contained in:
mfwmyfacewhen 2022-03-14 03:51:21 -05:00 committed by GitHub
parent 04ac7375ad
commit f481afcf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 43 deletions

View File

@ -1,21 +0,0 @@
title: Firefox for iOS
type: Recommendation
logo: /assets/img/browsers/firefox-ios.svg
description: |
**Firefox** for iOS includes [Tracking Protection](https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-ios) which allows you to select blocklists for tracking cookies, tracking content, cryptominers, fingerprinters and redirect trackers.
##### **Tracking Protection**
<ul style="list-style-type:none;padding-left:0;">
<li>Select: <strong>Strict</strong> ( ≡ → ⚙️ Settings → Tracking Protection).</li>
</ul>
##### **Sanitizing on close**
Firefox for iOS does not have have an option to clear cache on quit so you must do it manually. ( ≡ → ⚙️ Settings → Data Management).
website: 'https://www.mozilla.org/firefox/browsers/mobile/ios/'
privacy_policy: 'https://www.mozilla.org/privacy/firefox'
downloads:
- icon: fab fa-app-store-ios
url: 'https://apps.apple.com/app/id989804926'
- icon: fab fa-github
url: 'https://github.com/mozilla-mobile/firefox-ios'

View File

@ -0,0 +1,42 @@
title: Safari
type: Recommendation
logo: /assets/img/browsers/safari.svg
description: |
**Safari** is the default browser in iOS. It includes [privacy features](https://support.apple.com/guide/iphone/browse-the-web-privately-iphb01fc3c85/15.0/ios/15.0) such as tracking protection, isolated private tabs, iCloud Private Relay to hide your IP address from trackers, anti-fingerprinting measures, and automatic https upgrade.
These options can be found in *Privacy and Security* (⚙️ Settings → Safari → Privacy and Security).
##### **Cross-Site Tracking Prevention**
<ul style="list-style-type:none;padding-left:0;">
<li>Toggle On: <strong>Prevent Cross-Site Tracking</strong>.</li>
</ul>
##### **Privacy Preserving Ad Measurement**
This is Apple's own implementation of private ad tracking. If you don't wish to participate, you can disable this feature.
<ul style="list-style-type:none;padding-left:0;">
<li>Toggle Off: <strong>Privacy Preserving Ad Measurement</strong>.</li>
</ul>
##### **Apple Pay**
If you do not use Apple Pay, you can toggle off the ability for websites to check for it.
<ul style="list-style-type:none;padding-left:0;">
<li>Toggle Off: <strong>Check for Apple Pay</strong>.</li>
</ul>
##### **Always on Private Tabs**
Open Safari and press the tabs button at the bottom right corner. In the bottom middle press the downward facing arrow.
<ul style="list-style-type:none;padding-left:0;">
<li>Select: <strong>Private</strong>.</li>
</ul>
website: https://www.apple.com/safari/
privacy_policy: https://www.apple.com/legal/privacy/data/en/safari/
downloads:
- icon: fab fa-app-store-ios
url: https://apps.apple.com/us/app/safari/id1146562112

View File

@ -1,21 +0,0 @@
title: Firefox Focus iOS
type: Recommendation
logo: /assets/img/browsers/firefox_focus.svg
description: |
**Firefox** Focus iOS includes [Tracking Protection](https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-ios) which lets you select blocklists for ad trackers, analytic trackers, social trackers and other tracking content.
Focus also destroys browsing history on quit automatically. This is a good way of automatically clearing cookies and website data regularly which is helpful to prevent tracking.
##### **Sanitizing on close**
Focus sanitizies all data on close by default. Pressing on the <picture><source srcset="/assets/img/browsers/ios-trash-dark.svg" media="(prefers-color-scheme: dark)"><img src="/assets/img/browsers/ios-trash.svg" alt="trash can icon" width="16" height="16"></picture> will immediately destroy all cookies and website data for the entire session.
#### Notes
Focus only lets you open one tab at a time.
website: 'https://www.mozilla.org/firefox/browsers/mobile/focus/'
privacy_policy: 'https://www.mozilla.org/privacy/firefox'
downloads:
- icon: fab fa-app-store-ios
url: 'https://apps.apple.com/app/id1055677337'
- icon: fab fa-github
url: 'https://github.com/mozilla-mobile/focus-ios'

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -31,7 +31,7 @@ description: |
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 the [WebKit](https://en.wikipedia.org/wiki/WebKit) browser engine, including Firefox. However, Firefox includes a few extra features like Tracking Protection and the ability to add search engines.
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.
{% for item_hash in site.data.software.browsers-mobile %}
{% assign item = item_hash[1] %}