forked from infra/ansible
Properly restrict allowed hosts
This commit is contained in:
parent
c708de4a40
commit
e4f346182b
@ -16,7 +16,8 @@ ALLOWED_HOSTS = [
|
||||
#"localhost", # Archiving API from Mailman, keep it.
|
||||
# "lists.your-domain.org",
|
||||
# Add here all production URLs you may have.
|
||||
'*'
|
||||
'localhost',
|
||||
'{{ mailman_domain }}'
|
||||
]
|
||||
|
||||
# Mailman API credentials
|
||||
|
Loading…
Reference in New Issue
Block a user