Use the csp-report endpoint in addons-nginx
This commit is contained in:
Родитель
7e3dd09c63
Коммит
52b0917194
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче