Add new Protospace IP address

master
Tanner Collin 2 years ago
parent 2f7b521fd2
commit 233634ba29
  1. 2
      apiserver/apiserver/api/utils.py

@ -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

Loading…
Cancel
Save