From a4bc5c5be6b387a0c7dc01a45823f9542daa548f Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Thu, 14 May 2026 23:20:07 +0100 Subject: [PATCH 1/4] Update Firefox Suggest section for clarity (#3223) Signed-off-by: Salman Chishti <13schishti@gmail.com> Signed-off-by: Salman Chishti Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: fria <138676274+friadev@users.noreply.github.com> --- docs/desktop-browsers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/desktop-browsers.md b/docs/desktop-browsers.md index f38613fb..ff669972 100644 --- a/docs/desktop-browsers.md +++ b/docs/desktop-browsers.md @@ -155,13 +155,15 @@ Search suggestion features may not be available in your region. Search suggestions send everything you type in the address bar to the default search engine, regardless of whether you submit an actual search. Disabling search suggestions allows you to more precisely control what data you send to your search engine provider. -##### Firefox Suggest (US only) +##### Firefox Suggest -[Firefox Suggest](https://support.mozilla.org/kb/firefox-suggest) is a feature similar to search suggestions which is only available in the US. We recommend disabling it for the same reason we recommend disabling search suggestions. If you don't see these options under the **Address Bar** header, you do not have the new experience and can ignore these changes. +[Firefox Suggest](https://support.mozilla.org/kb/firefox-suggest) is a feature similar to search suggestions. We recommend disabling it for the same reason we recommend disabling search suggestions. If you don't see these options under the **Address Bar** header, you do not have the new experience and can ignore these changes. - [ ] Uncheck **Suggestions from Firefox** - [ ] Uncheck **Suggestions from sponsors** +> According to Mozilla, ["Certain parts of Firefox Suggest are currently available only in some regions."](https://support.mozilla.org/kb/firefox-suggest) + #### Privacy & Security ##### Enhanced Tracking Protection From 0757968562fb9310d8234b17195d72e00507ee45 Mon Sep 17 00:00:00 2001 From: aglovewithoutlove <194586458+aglovewithoutlove@users.noreply.github.com> Date: Thu, 14 May 2026 18:25:06 -0400 Subject: [PATCH 2/4] update: quad9 supports DoH/3 and DoQ (#3218) Signed-off-by: aglovewithoutlove <194586458+aglovewithoutlove@users.noreply.github.com> Co-authored-by: fria <138676274+friadev@users.noreply.github.com> --- docs/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dns.md b/docs/dns.md index d268777d..8f81e771 100644 --- a/docs/dns.md +++ b/docs/dns.md @@ -24,7 +24,7 @@ These are our favorite public DNS resolvers based on their privacy and security | [**Cloudflare**](https://developers.cloudflare.com/1.1.1.1/setup) | Cleartext
DoH/3
DoT | Anonymized[^2] | No | Based on server choice. | No [:octicons-link-external-24:](https://community.cloudflare.com/t/requesting-1-1-1-1-signed-profiles-for-apple/571846) | | [**Control D Free DNS**](https://controld.com/free-dns) | Cleartext
DoH/3
DoT
DoQ | No[^3] | No | Based on server choice. | Yes
[:simple-apple: iOS](https://docs.controld.com/docs/ios-platform)
[:material-apple-finder: macOS](https://docs.controld.com/docs/macos-platform#manual-setup-profile) | | [**Mullvad**](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls) | DoH
DoT | No[^4] | No | Based on server choice. Filter list being used can be found here. [:octicons-link-external-24:](https://github.com/mullvad/dns-adblock) | Yes [:octicons-link-external-24:](https://github.com/mullvad/encrypted-dns-profiles) | -| [**Quad9**](https://quad9.net) | Cleartext
DoH
DoT
DNSCrypt | Anonymized[^5] | Optional | Based on server choice. Malware blocking is included by default. | Yes
[:simple-apple: iOS](https://docs.quad9.net/Setup_Guides/iOS/iOS_14_and_later_(Encrypted))
[:material-apple-finder: macOS](https://docs.quad9.net/Setup_Guides/MacOS/Big_Sur_and_later_(Encrypted)) | +| [**Quad9**](https://quad9.net) | Cleartext
DoH/3
DoT
DoQ
DNSCrypt | Anonymized[^5] | Optional | Based on server choice. Malware blocking is included by default. | Yes
[:simple-apple: iOS](https://docs.quad9.net/Setup_Guides/iOS/iOS_14_and_later_(Encrypted))
[:material-apple-finder: macOS](https://docs.quad9.net/Setup_Guides/MacOS/Big_Sur_and_later_(Encrypted)) | [^1]: AdGuard stores aggregated performance metrics of their DNS servers, namely the number of complete requests to a particular server, the number of blocked requests, and the speed of processing requests. They also keep and store the database of domains requested within the last 24 hours. From fd9dacb21d6619900e6a330fa49a49240c1552fd Mon Sep 17 00:00:00 2001 From: aglovewithoutlove <194586458+aglovewithoutlove@users.noreply.github.com> Date: Sat, 16 May 2026 21:12:58 -0400 Subject: [PATCH 3/4] update: warn against X11 flavors for Tumbleweed (#3219) Signed-off-by: aglovewithoutlove <194586458+aglovewithoutlove@users.noreply.github.com> Co-authored-by: fria <138676274+friadev@users.noreply.github.com> --- docs/desktop.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/desktop.md b/docs/desktop.md index bcaae049..fe36779d 100644 --- a/docs/desktop.md +++ b/docs/desktop.md @@ -52,6 +52,8 @@ openSUSE Tumbleweed uses [Btrfs](https://en.wikipedia.org/wiki/Btrfs) and [Snapp +As with the recommendation to avoid X11 in our [criteria](#criteria) for Linux distributions, we recommend avoiding desktop environments that support only the legacy X11 window system (for example, Xfce). Currently, KDE Plasma defaults to X11, but Wayland is supported. + Tumbleweed follows a rolling release model where each update is released as a snapshot of the distribution. When you upgrade your system, a new snapshot is downloaded. Each snapshot is run through a series of automated tests by [openQA](https://openqa.opensuse.org) to ensure its quality. ### Arch Linux From 899f32d17ac1502910412b99d6ffb5f3775b1db6 Mon Sep 17 00:00:00 2001 From: any1here <225423344+any1here@users.noreply.github.com> Date: Mon, 18 May 2026 16:16:49 +0000 Subject: [PATCH 4/4] update!: Remove Cromite (#3230) --- docs/mobile-browsers.md | 73 --------------------------- docs/tools.md | 8 --- theme/assets/img/browsers/cromite.svg | 21 -------- 3 files changed, 102 deletions(-) delete mode 100644 theme/assets/img/browsers/cromite.svg diff --git a/docs/mobile-browsers.md b/docs/mobile-browsers.md index 99dcd885..49de4914 100644 --- a/docs/mobile-browsers.md +++ b/docs/mobile-browsers.md @@ -24,18 +24,6 @@ schema: subjectOf: "@type": WebPage url: "./" - - - "@context": http://schema.org - "@type": MobileApplication - name: Cromite - image: /assets/img/browsers/cromite.svg - url: https://cromite.org - applicationCategory: Web Browser - operatingSystem: - - Android - subjectOf: - "@type": WebPage - url: "./" - "@context": http://schema.org "@type": MobileApplication @@ -204,67 +192,6 @@ These options can be found in :material-menu:/:fontawesome-solid-ellipsis: → * [Brave Sync](https://support.brave.com/hc/articles/360059793111-Understanding-Brave-Sync) allows your browsing data (history, bookmarks, etc.) to be accessible on all your devices without requiring an account and protects it with E2EE. -## Cromite (Android) - -
- -![Cromite logo](assets/img/browsers/cromite.svg){ align=right } - -**Cromite** is a Chromium-based browser with built-in ad blocking, fingerprinting protections, and other [privacy and security enhancements](https://github.com/uazo/cromite/blob/master/docs/FEATURES.md). It is a fork of the discontinued **Bromite** browser. - -[:octicons-home-16: Homepage](https://cromite.org){ .md-button .md-button--primary } -[:octicons-eye-16:](https://github.com/uazo/cromite/blob/master/docs/PRIVACY_POLICY.md){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://github.com/uazo/cromite?tab=readme-ov-file#docs){ .card-link title="Documentation" } -[:octicons-code-16:](https://github.com/uazo/cromite){ .card-link title="Source Code" } - -
-Downloads - -- [:simple-android: F-Droid](https://cromite.org/fdroid/repo/?fingerprint=49F37E74DEE483DCA2B991334FB5A0200787430D0B5F9A783DD5F13695E9517B) -- [:simple-github: GitHub](https://github.com/uazo/cromite/releases/latest) - -
- -
- -### Recommended Configuration - -These options can be found in :material-menu: → :gear: **Settings** → **Privacy and security**. - -#### Browsing data - -- [x] Select **Close all open tabs on exit** - -#### Incognito mode - -- [x] Select **Open external links in incognito** - -#### Security - -- [x] Select **Always use secure connections** - -This prevents you from unintentionally connecting to a website in plain-text HTTP. HTTP is extremely uncommon nowadays, so this should have little to no impact on your day-to-day browsing. - -#### Adblock Plus settings - -These options can be found in :material-menu: → :gear: **Settings** → **Adblock Plus settings**. - -Cromite contains a customized version of Adblock Plus with EasyList enabled by default, as well as options to select more filter lists within the **Filter lists** menu. - -Using extra lists will make you stand out from other Cromite users and may also increase attack surface if a malicious rule is added to one of the lists you use. - -- [x] (Optional) Select **Enable anti-circumvention and snippets** - -This setting adds an additional Adblock Plus list that may increase the effectiveness of Cromite's content blocking. The warnings about standing out and potentially increasing attack surface apply. - -#### Legacy Adblock settings - -These options can be found in :material-menu: → :gear: **Settings** → **Legacy Adblock settings**. - -- [ ] Uncheck the autoupdate setting - -This disables update checks for the unmaintained Bromite adblock filter. - ## Safari (iOS) On iOS, any app that can browse the web is [restricted](https://developer.apple.com/app-store/review/guidelines) to using an Apple-provided [WebKit framework](https://developer.apple.com/documentation/webkit), so a browser like [Brave](#brave) does not use the Blink engine (the core component of Chromium) like its counterparts on other operating systems. diff --git a/docs/tools.md b/docs/tools.md index a90f17f2..93cc0483 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -92,14 +92,6 @@ For more details about each project, why they were chosen, and additional tips o - [Brave Desktop Review :material-arrow-right-drop-circle:](desktop-browsers.md#brave) - [Brave Mobile Review :material-arrow-right-drop-circle:](mobile-browsers.md#brave) -- ![Cromite logo](assets/img/browsers/cromite.svg){ .lg .middle .twemoji } **Cromite (Android)** - - --- - - **Cromite** is a Chromium-based Android browser with built-in ad-blocking and [privacy enhancements](https://github.com/uazo/cromite/blob/master/docs/FEATURES.md). It is a fork of the popular, now-discontinued Bromite browser. - - - [Read Full Review :material-arrow-right-drop-circle:](mobile-browsers.md#cromite-android) - - ![Safari logo](assets/img/browsers/safari.svg){ .lg .middle .twemoji } **Safari (iOS)** --- diff --git a/theme/assets/img/browsers/cromite.svg b/theme/assets/img/browsers/cromite.svg deleted file mode 100644 index c49bb2bd..00000000 --- a/theme/assets/img/browsers/cromite.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -