stop linking no longer planned feature

This commit is contained in:
Daniel Micay 2021-06-13 04:08:54 -04:00
parent 1fa6cc2a25
commit ec352372ce

View File

@ -967,22 +967,20 @@
<article id="ad-blocking"> <article id="ad-blocking">
<h3><a href="#ad-blocking">How can I set up system-wide ad-blocking?</a></h3> <h3><a href="#ad-blocking">How can I set up system-wide ad-blocking?</a></h3>
<p>The recommended approach to system-wide ad-blocking is setting up domain-based <p>The recommended approach to system-wide ad-blocking is setting up
ad-blocking as part of DNS resolution. You can do this by domain-based ad-blocking as part of DNS resolution. You can do this by
<a href="#custom-dns">choosing a Private DNS (DNS-over-TLS) server</a> with support <a href="#custom-dns">choosing a Private DNS (DNS-over-TLS) server</a> with
for blocking ad domains. As an example, AdGuard DNS can be used by setting support for blocking ad domains. As an example, AdGuard DNS can be used by
<code>dns.adguard.com</code> as the Private DNS domain. In the future, GrapheneOS setting <code>dns.adguard.com</code> as the Private DNS domain. This feature
plans on adding back <a used to be included by the project many years ago, but it needs to be
href="https://github.com/GrapheneOS/os_issue_tracker/issues/184">an efficient reimplemented, and it's a low priority feature depending on contributors
user-defined blacklist for the local DNS resolver</a>. This feature used to be stepping up to work on it.</p>
included by the project many years ago, but it needs to be reimplemented, and it's a
low priority feature depending on contributors stepping up to work on it.</p>
<p>Apps and web sites can detect that ad-blocking is being used and can determine <p>Apps and web sites can detect that ad-blocking is being used and can
what's being blocked. This can be used as part of fingerprinting users. Using a widely determine what's being blocked. This can be used as part of fingerprinting
used service like AdGuard with a standard block list is much less of an issue than a users. Using a widely used service like AdGuard with a standard block list is
custom set of subscriptions / rules, but it still stands out compared to the default much less of an issue than a custom set of subscriptions / rules, but it still
of not doing it.</p> stands out compared to the default of not doing it.</p>
</article> </article>
<article id="ad-blocking-apps"> <article id="ad-blocking-apps">