From 8b3a1e28b2086f34ba69320d1fa256e9b3c24b8a Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Tue, 22 Feb 2022 03:36:44 +0000 Subject: [PATCH] Fix error in mobile browser recommendations (#642) --- collections/_evergreen/browsers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collections/_evergreen/browsers.md b/collections/_evergreen/browsers.md index 44195be4..0290a9e6 100644 --- a/collections/_evergreen/browsers.md +++ b/collections/_evergreen/browsers.md @@ -29,9 +29,9 @@ description: | ## Mobile Browser Recommendations -

On Android, Mozilla's engine GeckoView has yet to support site isolation or enable isolatedProcess. Firefox Android also doesn't yet have HTTPS-Only mode built-in. These features are supported in Bromite as it uses Chromium WebView which is included in all Android operating systems. We do not recommend Firefox or any Gecko based browsers at this time.

+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 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 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 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. {% for item_hash in site.data.software.browsers-mobile %} {% assign item = item_hash[1] %}