This commit is contained in:
holger.trampe 2021-07-30 16:36:27 +02:00
parent 979593f88b
commit b7d4ca709e
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ SESSION_COOKIE_AGE = 100*60*60
# FOR SUMMERNOTE ORIGIN # FOR SUMMERNOTE ORIGIN
#X_FRAME_OPTIONS = 'SAMEORIGIN' #X_FRAME_OPTIONS = 'SAMEORIGIN'
X_FRAME_OPTIONS = 'allow-from https://cloud.digitale-agentur.com' X_FRAME_OPTIONS = 'ALLOWALL'
# Quick-start development settings - unsuitable for production # Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/ # See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/