Add imgbb.com and ibb.co to the whitelist, image hosting

This commit is contained in:
columndeeply
2022-09-05 22:12:46 +02:00
parent 7e9597fefd
commit 9eb6e5b76c
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,8 @@ rm -f ../hosts*
# Remove duplicates
sort < merged.tmp | uniq > merged
sort < ../whitelist | uniq > whitelist
mv whitelist ../whitelist
# Check whitelist and remove matches
comm -2 -3 merged ../whitelist > merged2

View File

@ -0,0 +1,4 @@
127.0.0.1 ibb.co
127.0.0.1 imgbb.com
127.0.0.1 www.ibb.co
127.0.0.1 www.imgbb.com