Privacy Filter Matches
Checks for trackers and analytics that privacy filter lists (EasyPrivacy) would block
Checks for trackers and analytics that privacy filter lists (EasyPrivacy) would block.
| Rule ID | adblock/privacy-blocked |
| Category | Adblock Detection |
| Scope | Site-wide |
| Severity | info |
| Weight | 2/10 |
| Default | Enabled |
What it checks
The site’s scripts, pixels, and request URLs are matched server-side against the full EasyPrivacy filter list - the list used by privacy-focused browsers and extensions (uBlock Origin, Brave, Firefox strict mode). Matches are reported with the specific filter rule that would block them.
Solution
Analytics, session replay, and tracking pixels on matched domains will silently fail for visitors using privacy tooling, skewing your measurement data. Consider first-party or privacy-respecting analytics so measurement survives tracker blocking.
Enable / Disable
Disable this rule
squirrel.toml
toml[rules]
disable = ["adblock/privacy-blocked"]Disable all adblock rules
squirrel.toml
toml[rules]
disable = ["adblock/*"]