Use the csp-report endpoint in addons-nginx

This commit is contained in:
Stuart Colville 2016-01-11 17:30:32 +00:00
Родитель 7e3dd09c63
Коммит 52b0917194
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -125,6 +125,9 @@ FXA_CONFIG = {
'scope': 'profile',
}
# CSP report endpoint which returns a 204 from addons-nginx in local dev.
CSP_REPORT_URI = '/csp-report'
# If you have settings you want to overload, put them in a local_settings.py.
try:
from local_settings import * # noqa