Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
Add ALLOWED_HOSTS setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Feb 26, 2013
1 parent b8af10f commit 3e4a894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.py
Expand Up @@ -126,3 +126,5 @@
CACHE_MIDDLEWARE_KEY_PREFIX = 'homesnippets' CACHE_MIDDLEWARE_KEY_PREFIX = 'homesnippets'


JAVASCRIPT_READABLE_COOKIES = [] JAVASCRIPT_READABLE_COOKIES = []

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

0 comments on commit 3e4a894

Please sign in to comment.