mirror of
https://github.com/alexsannikov/adguardhome-filters.git
synced 2026-07-30 10:21:23 +00:00
Compare commits
78 Commits
abe8a2cc3e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
368444048c | ||
|
|
a0e93ff6e0 | ||
|
|
e97be94b8e | ||
|
|
941963e2c4 | ||
|
|
c952a1370c | ||
|
|
4a40dd834f | ||
|
|
6c7203e297 | ||
|
|
da926ff3aa | ||
|
|
c7807c006e | ||
|
|
f0ae09d271 | ||
|
|
553f73a0a8 | ||
|
|
568a438b13 | ||
|
|
c65030725c | ||
|
|
bdb2521b63 | ||
|
|
dd6bc639a5 | ||
|
|
d3fa3d4d07 | ||
|
|
7607df3ca5 | ||
|
|
1d13be5387 | ||
|
|
91e3988cdd | ||
|
|
9792920ca3 | ||
|
|
a50d8fc82a | ||
|
|
606edce1b0 | ||
|
|
442d4e594a | ||
|
|
945b1390bc | ||
|
|
ac757ae7b1 | ||
|
|
f62616deb7 | ||
|
|
52ee8bf821 | ||
|
|
f6afab59d8 | ||
|
|
e48c6372d3 | ||
|
|
9e5b2ca82b | ||
|
|
f4125116b2 | ||
|
|
e9eb94a9cc | ||
|
|
ce42043c27 | ||
|
|
174ad6aff9 | ||
|
|
95c35684dd | ||
|
|
bc7136d696 | ||
|
|
1518a6f7a7 | ||
|
|
c43f73cbe4 | ||
|
|
8e11ff6392 | ||
|
|
1c89981be1 | ||
|
|
5231387f25 | ||
|
|
a77701e0c7 | ||
|
|
42a5c8959b | ||
|
|
8b163c74ec | ||
|
|
d15be2459a | ||
|
|
033d50cc8b | ||
|
|
278731556f | ||
|
|
f012218164 | ||
|
|
4773bf9cb1 | ||
|
|
5d1a90a3c2 | ||
|
|
99cf340321 | ||
|
|
b56ce0adca | ||
|
|
5401f68411 | ||
|
|
5e2ebd121e | ||
|
|
5ab4d4afad | ||
|
|
b07f4c4cfc | ||
|
|
2b21898aa6 | ||
|
|
b9b62a6b17 | ||
|
|
b9c6e74154 | ||
|
|
e8ee9e9c13 | ||
|
|
09f936a862 | ||
|
|
022a5494a9 | ||
|
|
2dbd77547f | ||
|
|
68fd5fbfac | ||
|
|
18947d1d25 | ||
|
|
6c64a55c58 | ||
|
|
91510e1d52 | ||
|
|
03a7110254 | ||
|
|
15451aa2c3 | ||
|
|
63b6735397 | ||
|
|
1acdef84ba | ||
|
|
16df4481da | ||
|
|
375b095f38 | ||
|
|
ee206a4638 | ||
|
|
4be74f29d7 | ||
|
|
c267607374 | ||
|
|
a7911d949a | ||
|
|
00ce723f84 |
@@ -38,3 +38,4 @@ As a workaround, you can always unblock domains locally via the AdGuard Home GUI
|
||||
* [StevenBlack's repository on GitHub](https://github.com/StevenBlack "StevenBlack's repository on GitHub")
|
||||
* [Schakal's HOSTS file](https://schakal.ru/hosts/alive_hosts.txt "Schakal's HOSTS file")
|
||||
* [Schakal's post about the repo](https://4pda.to/forum/index.php?showtopic=275091&st=7980#entry89665467)
|
||||
* [MMotti's repository on GitHub](https://github.com/mmotti "MMotti's repository on GitHub")
|
||||
|
||||
83366
admalware.txt
83366
admalware.txt
File diff suppressed because it is too large
Load Diff
67
adregex.txt
Normal file
67
adregex.txt
Normal file
@@ -0,0 +1,67 @@
|
||||
# Regex filters provided by mmotti
|
||||
# https://github.com/mmotti
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# WARNING / DISCLAIMER (Regex blocklist)
|
||||
#
|
||||
# These entries include regular expressions. Regex-based blocking can cause
|
||||
# false positives and may break websites, apps, logins, payments, streaming,
|
||||
# updates, or telemetry/analytics features.
|
||||
#
|
||||
# Use at your own risk. Review your AdGuard Home query logs after enabling
|
||||
# this list and be prepared to add exceptions (allowlist) for legitimate
|
||||
# domains that get blocked.
|
||||
#
|
||||
# No warranty is provided. The author(s) of this list and any contributor(s)
|
||||
# accept no liability for any damage, loss of functionality, or service
|
||||
# disruption resulting from the use of these rules.
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
/^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-]/
|
||||
/^(.+[_.-])?adse?rv(er?|ice)?s?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?telemetry[_.-]/
|
||||
/^adim(age|g)s?[0-9]*[_.-]/
|
||||
/^adtrack(er|ing)?[0-9]*[_.-]/
|
||||
/^advert(s|is(ing|ements?))?[0-9]*[_.-]/
|
||||
/^aff(iliat(es?|ion))?[_.-]/
|
||||
/^analytics?[_.-]/
|
||||
/^banners?[_.-]/
|
||||
/^beacons?[0-9]*[_.-]/
|
||||
/^count(ers?)?[0-9]*[_.-]/
|
||||
/^mads\./
|
||||
/^pixels?[-.]/
|
||||
/^stat(s|istics)?[0-9]*[_.-]/
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Extra regex rules (conservative / low false-positive set)
|
||||
# Format: /REGEXP/
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Core ad/tracking roles (very common and usually safe)
|
||||
/^(.+[_.-])?adserv(er|ice|ing)?s?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?adnetwork(s)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?adexchange[0-9]*[_.-]/
|
||||
/^(.+[_.-])?adproxy[0-9]*[_.-]/
|
||||
/^(.+[_.-])?adtrack(er|ing)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?track(er|ing)?[0-9]*[_.-]/
|
||||
|
||||
# Attribution / marketing plumbing (tends to be tracking)
|
||||
/^(.+[_.-])?click-?track(er|ing)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?impress(ion|ions)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?view-?through[0-9]*[_.-]/
|
||||
/^(.+[_.-])?convers(ion|ions)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?postback(s)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?retarget(ing)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?remarket(ing)?[0-9]*[_.-]/
|
||||
|
||||
# “Pixel/beacon” variants (you already have pixel/beacon; these add common companions)
|
||||
/^(.+[_.-])?pixel-?track(er|ing)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?beacon-?track(er|ing)?[0-9]*[_.-]/
|
||||
|
||||
# Affiliate/referral (usually marketing)
|
||||
/^(.+[_.-])?affiliat(e|es|ion|ions)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?referr?al(s)?[0-9]*[_.-]/
|
||||
|
||||
# Stats/analytics “safe-ish” *only* when explicitly named as service roles
|
||||
/^(.+[_.-])?analytics-?service(s)?[0-9]*[_.-]/
|
||||
/^(.+[_.-])?tracking-?service(s)?[0-9]*[_.-]/
|
||||
@@ -1694,7 +1694,6 @@
|
||||
||waskomreview.com^
|
||||
||wastachnews.com^
|
||||
||waterfordtoday.com^
|
||||
||waterfordwhispersnews.com^
|
||||
||waterlooreview.com^
|
||||
||waterlootimes.com^
|
||||
||waukeetimes.com^
|
||||
|
||||
399
gambling.txt
399
gambling.txt
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
||instagr.am^
|
||||
||bsky.app^
|
||||
||tiktokmusic.app^
|
||||
||facebook.at^
|
||||
||facebook.com.au^
|
||||
|
||||
Reference in New Issue
Block a user