Skip to content

Commit e04f07e

Browse files
authored
Set X_FRAME_OPTIONS to SAMEORIGIN for allow massmail message preview in iframe.
1 parent 0d4ab85 commit e04f07e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webcrm/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
SESSION_COOKIE_SECURE = False
187187
CSRF_COOKIE_SECURE = False
188188
SECURE_HSTS_PRELOAD = False
189+
X_FRAME_OPTIONS = "SAMEORIGIN"
189190

190191
DJANGO_RUNSERVER_HIDE_WARNING = True
191192

0 commit comments

Comments
 (0)