Skip to content

Commit

Permalink
Fix bug 845605: Add all staging and development urls to ALLOWED_HOSTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Feb 27, 2013
1 parent 3e4a894 commit 846c5ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.py
Expand Up @@ -127,4 +127,8 @@

JAVASCRIPT_READABLE_COOKIES = []

ALLOWED_HOSTS = ['snippets.stage.mozilla.com', 'snippets.mozilla.com']
ALLOWED_HOSTS = [
'snippets.stage.mozilla.com',
'snippets.mozilla.com'
'.allizom.org'
]

0 comments on commit 846c5ca

Please sign in to comment.