options
This commit is contained in:
parent
522b88ca30
commit
8925c9637f
|
|
@ -31,8 +31,8 @@ SESSION_COOKIE_AGE = 8*60*60
|
||||||
CHANNELS_PRESENCE_MAX_AGE = 30
|
CHANNELS_PRESENCE_MAX_AGE = 30
|
||||||
|
|
||||||
# FOR SUMMERNOTE ORIGIN
|
# FOR SUMMERNOTE ORIGIN
|
||||||
# X_FRAME_OPTIONS = 'SAMEORIGIN'
|
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||||
X_FRAME_OPTIONS = 'ALLOWALL'
|
#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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue