Harden canonical and robots URLs to production host
This commit is contained in:
1
mandelstudio/settings/env/prd.py
vendored
1
mandelstudio/settings/env/prd.py
vendored
@@ -18,6 +18,7 @@ ALLOWED_HOSTS = [
|
||||
"www.mandelblog.com",
|
||||
"mandelblog.com",
|
||||
]
|
||||
CANONICAL_BASE_URL = "https://www.mandelblog.com"
|
||||
if "salt_target" in globals():
|
||||
ALLOWED_HOSTS.append("mandelstudio.%s" % salt_target) # pylint: disable=E0602
|
||||
# pylint: disable=E0602
|
||||
|
||||
Reference in New Issue
Block a user