Ad blocking in SailfishOS in 2023 - What are the options?

Simplest native AdBlock solution, since we only see ads in the browser (works for me on C2):
Edit DoH settings in about:config.

  1. Enter about:config in address bar, swipe to accept
  2. Scroll all the way down to network.trr.default_provider_uri
  3. Replace the cloudflare DNS url with one from this list https://github.com/curl/curl/wiki/DNS-over-HTTPS
  4. Scroll further down to network.trr.mode
  5. Set it to 3 (always use DoH)
  6. Tap accept

Then test at some AdBlock Test Site If it works.

14 Likes