diff --git a/kolibri_instant_schools_plugin/instant_schools_settings.py b/kolibri_instant_schools_plugin/instant_schools_settings.py index 6667d56..2acabbc 100644 --- a/kolibri_instant_schools_plugin/instant_schools_settings.py +++ b/kolibri_instant_schools_plugin/instant_schools_settings.py @@ -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) \ No newline at end of file +ALLOW_CERTIFICATE_PUSHING = (not DEBUG) +SECURE_FRAME_DENY = False +X_FRAME_OPTIONS = "SAMEORIGIN" \ No newline at end of file