Update settings.py
This commit is contained in:
parent
7240e1d7ec
commit
bc67d6e5e4
1 changed files with 0 additions and 4 deletions
|
@ -50,7 +50,6 @@ INSTALLED_APPS = [
|
|||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
'csp.middleware.CSPMiddleware',
|
||||
'django.middleware.security.SecurityMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
|
@ -113,6 +112,3 @@ TIME_ZONE = 'UTC'
|
|||
USE_I18N = True
|
||||
USE_L10N = True
|
||||
USE_TZ = True
|
||||
|
||||
CSP_FRAME_ANCESTORS = ("'self'",'https://trocador.app', 'http://127.0.0.1', 'https://cdn.plot.ly')
|
||||
CSP_FRAME_SRC = ("'self'", '*', 'https://cdn.plot.ly')
|
||||
|
|
Loading…
Reference in a new issue