Skip to content

Commit 8f596f3

Browse files
authored
Add www.pythondiscord.com to ALLOWED_HOSTS (#601)
1 parent 81054bd commit 8f596f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydis_site/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
ALLOWED_HOSTS = env.list(
5656
'ALLOWED_HOSTS',
5757
default=[
58+
'www.pythondiscord.com',
5859
'pythondiscord.com',
5960
'admin.pythondiscord.com',
6061
'api.pythondiscord.com',

0 commit comments

Comments
 (0)