Skip to content

Commit

Permalink
Update Reject Hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jul 24, 2023
1 parent 2cec078 commit e7cc52d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Build/lib/reject-data-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,13 @@ const PREDEFINED_ENFORCED_WHITELIST = [
'repl.co',
'w3s.link',
'translate.goog',
'backblazeb2.com'
'backblazeb2.com',
'workers.dev',
'r2.dev',
'glitch.me',
'netlify.app',
'blogspot.com',
'appspot.com'
];

module.exports.HOSTS = HOSTS;
Expand Down
3 changes: 3 additions & 0 deletions List/non_ip/reject.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ DOMAIN-SUFFIX,plesk.page
DOMAIN-SUFFIX,000webhostapp.com
# >> pantheonsite.io (way too many abuse)
DOMAIN-SUFFIX,pantheonsite.io
# >> sitebeat.crazydomains.com (way too many abuse)
DOMAIN-SUFFIX,sitebeat.crazydomains.com

# >> Phishing
DOMAIN-SUFFIX,gofenews.com
Expand All @@ -54,6 +56,7 @@ DOMAIN-SUFFIX,huronews.com
DOMAIN-SUFFIX,tegronews.com
DOMAIN-SUFFIX,deeginews.com
DOMAIN-SUFFIX,actonservice.com
DOMAIN-SUFFIX,bealanews.com

DOMAIN-KEYWORD,pancakeswap

Expand Down

0 comments on commit e7cc52d

Please sign in to comment.