mirror of
https://github.com/columndeeply/hosts.git
synced 2025-10-27 11:31:09 -04:00
Add imgbb.com and ibb.co to the whitelist, image hosting
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user