This commit is contained in:
holger.trampe 2021-08-01 22:15:47 +02:00
parent db4522a572
commit 8c49544c9e
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ SESSION_COOKIE_SECURE = False
# FOR SUMMERNOTE ORIGIN
#X_FRAME_OPTIONS = 'SAMEORIGIN'
X_FRAME_OPTIONS = 'ALLOWALL'
#X_FRAME_OPTIONS = 'ALLOWALL'
X_FRAME_OPTIONS = 'SAMEORIGIN'
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/