Skip to content

Commit ed9420c

Browse files
authored
Merge pull request #463 from brave/block-requests-to-localhost
Block requests to localhost and similar, when not on localhost and similar
2 parents 82da20b + 37a5238 commit ed9420c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

brave-lists/brave-specific.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
! Specific filters (Tracking or ads) for Brave
2+
||localhost^$third-party,domain=~127.0.0.1|~[::1]
3+
||127.0.0.1^$third-party,domain=~localhost|~[::1]
4+
||[::1]^$third-party,domain=~localhost|~127.0.0.1

0 commit comments

Comments
 (0)