From 9eb6e5b76cf79be8e29cdf17fad807ca732882a8 Mon Sep 17 00:00:00 2001 From: columndeeply Date: Mon, 5 Sep 2022 22:12:46 +0200 Subject: [PATCH] Add imgbb.com and ibb.co to the whitelist, image hosting --- scripts/whitelist.sh | 2 ++ whitelist | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/scripts/whitelist.sh b/scripts/whitelist.sh index 68abac4..6780f13 100755 --- a/scripts/whitelist.sh +++ b/scripts/whitelist.sh @@ -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 diff --git a/whitelist b/whitelist index e69de29..52356aa 100644 --- a/whitelist +++ b/whitelist @@ -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