Add new Protospace IP address

This commit is contained in:
Tanner Collin 2022-09-15 03:57:56 +00:00
parent 2f7b521fd2
commit 233634ba29

View File

@ -295,7 +295,7 @@ clean = Cleaner(tags=ALLOWED_TAGS).clean
def is_request_from_protospace(request):
# TODO: pull to config
whitelist = ['24.66.110.96', '205.233.15.76', '205.233.15.69']
whitelist = ['24.66.110.96', '205.233.15.76', '205.233.15.69', '70.75.142.145']
if settings.DEBUG:
return True