Skip to content

Commit b1ae148

Browse files
committed
Extend the set of allowed hosts slightly.
- Legacy-Id: 7291
1 parent 2f274bd commit b1ae148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
('Ryan Cross', 'rcross@amsl.com'),
3535
)
3636

37-
ALLOWED_HOSTS = [".ietf.org", "4.31.198.44", ]
37+
ALLOWED_HOSTS = [".ietf.org", ".ietf.org.", "209.208.19.216", "4.31.198.44", ]
3838

3939
# Server name of the tools server
4040
TOOLS_SERVER = 'tools.' + IETF_DOMAIN

0 commit comments

Comments
 (0)