Skip to content

Commit

Permalink
Merge pull request #560 from AdguardTeam/fix/add_quick-fixes-filter
Browse files Browse the repository at this point in the history
Added AdGuard Quick Fixes filter
  • Loading branch information
Alex-302 authored Sep 11, 2024
2 parents 4e241ca + 8627990 commit adddfba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/general/ad-filtering/adguard-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This article is about the filters we create to use in AdGuard and other ad-block
- **Experimental filter** serves to test some new filtering rules that can potentially cause conflicts and mess with websites' work. In case these rules perform without any issues, they get added to main filters. [View rules](https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_5_Experimental/filter.txt)
- **Mobile ads filter** blocks ads on mobile devices. Contains all known mobile ad networks. [View rules](https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_11_Mobile/filter.txt)
- **DNS filter** — composed of several other filters (AdGuard Base filter, Social media filter, Spyware filter, Mobile ads filter, EasyList and EasyPrivacy) and simplified specifically to be better compatible with DNS-level ad blocking. This filter is used by [AdGuard DNS](https://adguard-dns.io/kb) servers to block ads and tracking. [View rules](https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_15_DnsFilter/filter.txt)
- **Quick Fixes filter** — used to quickly resolve critical content filtering issues on popular websites without updating the MV3 extension. [View rules](https://filters.adtidy.org/extension/chromium-mv3/filters/24.txt)

## AdGuard Filters Policy

Expand Down
2 changes: 2 additions & 0 deletions docs/general/ad-filtering/filter-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ AdGuard ad-blocking filters include:
- AdGuard Base filter
- AdGuard Mobile Ads filter
- Regional filters divided by language principle — Chinese, Dutch, French, German, Japanese, Russian, Spanish/Portuguese, Turkish, and Ukrainian
- AdGuard Quick Fixes filter

### The purpose of these filters

- **Base filter** is designed to block ads on English-language websites and those for which there is no separate filter. It also contains general filtering rules that apply to all sites regardless of language
- **Mobile Ads filter** blocks advertisements on mobile versions of websites and within mobile apps. There is no segmentation based on language
- **Regional filters** follow the same policy as the **Base filter**, but limited to websites in certain languages
- **Quick Fixes filter** used to quickly resolve critical content filtering issues on popular websites without updating the MV3 extension.

The goal of ad-blocking filters is to block all types of advertising on websites, applications, and certain devices that can load ads from the Internet:

Expand Down

0 comments on commit adddfba

Please sign in to comment.