This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT IGNORE INTO thirdpartydb.group (name) VALUES ('Advertising'), | |
('Other'), | |
('Dynamic Content'), | |
('User Interaction'), | |
('Content Provision'), | |
('Analytics'), | |
('Financial Services'), | |
('Hosted Media'), | |
('Fraud & Security'), | |
('Social Media'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Last updated at 2024-01-30T05:22:19Z | |
# Various bits of intercrap that I've observed over the years, blocked | |
# "because reasons". Be careful if you use this list. There are some pretty | |
# big ban hammers here. | |
# To make use of this you will need to do some sort of DNS wild-carding, | |
# which is beyond the scope of this document. Be careful, lest you break | |
# the internet, eg. blocking all of google, amazon, or cloudflare. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var PROXY_DIRECT = "DIRECT"; | |
var DIRECT = "DIRECT"; | |
var BLACK = "PROXY 8.8.8.8:53"; | |
var WHITE = PROXY_DIRECT; | |
function s(u, r) { | |
return shExpMatch(u, r); | |
} | |
function d(h, r) { |