This commit is contained in:
holger.trampe 2021-07-27 18:10:10 +02:00
parent 522b88ca30
commit 8925c9637f
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ SESSION_COOKIE_AGE = 8*60*60
CHANNELS_PRESENCE_MAX_AGE = 30
# FOR SUMMERNOTE ORIGIN
# X_FRAME_OPTIONS = 'SAMEORIGIN'
X_FRAME_OPTIONS = 'ALLOWALL'
X_FRAME_OPTIONS = 'SAMEORIGIN'
#X_FRAME_OPTIONS = 'ALLOWALL'
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/