recaptcha.net only does script, not img

This commit is contained in:
Wil Clouser 2010-10-05 13:16:20 -07:00
Родитель fdcb75fa50
Коммит 5a912eca2d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -577,11 +577,11 @@ CSP_REPORT_ONLY = True
CSP_ALLOW = ("'self'",)
CSP_IMG_SRC = ("'self'", STATIC_URL,
"https://api-secure.recaptcha.net",
"https://www.google.com", # Recaptcha actually comes from google
"https://statse.webtrendslive.com",
"https://www.getpersonas.com",)
CSP_SCRIPT_SRC = ("'self'", STATIC_URL,
"https://api-secure.recaptcha.net",
"https://www.google.com", # Recaptcha
)
CSP_STYLE_SRC = ("'self'", STATIC_URL,)