Skip to content

Commit

Permalink
Override default value for SECURE_FRAME_DENY to False & X_FRAME_OPTIO…
Browse files Browse the repository at this point in the history
…NS sameorigin
  • Loading branch information
nucleogenesis committed Dec 10, 2024
1 parent 74039d4 commit 99f3df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kolibri_instant_schools_plugin/instant_schools_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
USE_X_FORWARDED_PORT = (not DEBUG)
CSRF_COOKIE_SECURE = (not DEBUG)
SESSION_COOKIE_SECURE = (not DEBUG)
ALLOW_CERTIFICATE_PUSHING = (not DEBUG)
ALLOW_CERTIFICATE_PUSHING = (not DEBUG)
SECURE_FRAME_DENY = False
X_FRAME_OPTIONS = "SAMEORIGIN"

0 comments on commit 99f3df1

Please sign in to comment.