Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exceptions for statcounter #2301

Merged
merged 3 commits into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions brave-lists/brave-specific.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
||[::1]^$third-party,domain=~localhost|~127.0.0.1|~[::ffff:7f00:1]
||[::ffff:7f00:1]^$third-party,domain=~localhost|~127.0.0.1|~[::1]

! Allow page views in Brave to be counted by statcounter.com. The scripts that match the first
! two rules below have been audited to confirm they don't try to circumvent Brave's cross-site
! or cross-profile tracking protections (e.g., they don't try to fingerprint users, or detect
! private mode, etc.). Brave's other protections (storage partitioning, ephemeral
! storage, etc.) prevent statcounter code from tracking or profiling users.
@@||secure.statcounter.com/counter$script
@@||www.statcounter.com/counter$script
@@||c.statcounter.com^$image,xhr

! brave.com specfic filters
@@||ads.brave.software^$first-party
@@||ads-admin.bravesoftware.com^$first-party
Expand Down
Loading