mirror of
https://github.com/columndeeply/hosts.git
synced 2025-10-28 03:51:07 -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
|
# Remove duplicates
|
||||||
sort < merged.tmp | uniq > merged
|
sort < merged.tmp | uniq > merged
|
||||||
|
sort < ../whitelist | uniq > whitelist
|
||||||
|
mv whitelist ../whitelist
|
||||||
|
|
||||||
# Check whitelist and remove matches
|
# Check whitelist and remove matches
|
||||||
comm -2 -3 merged ../whitelist > merged2
|
comm -2 -3 merged ../whitelist > merged2
|
||||||
|
|||||||
Reference in New Issue
Block a user