Skip to content

Commit dc0efef

Browse files
committed
add rules to block requests to local resources, from non local websites, fixes #462
1 parent f7e3c4a commit dc0efef

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)