x frame angepasst

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

View File

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