Add new Protospace IP address
This commit is contained in:
parent
2f7b521fd2
commit
233634ba29
|
@ -295,7 +295,7 @@ clean = Cleaner(tags=ALLOWED_TAGS).clean
|
||||||
|
|
||||||
def is_request_from_protospace(request):
|
def is_request_from_protospace(request):
|
||||||
# TODO: pull to config
|
# 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:
|
if settings.DEBUG:
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user