mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 17:32:31 +00:00
IFRAMES chnaged to DENY
This commit is contained in:
parent
56c3517328
commit
1d9d96f467
@ -122,7 +122,7 @@ SECURE_CONTENT_TYPE_NOSNIFF = True
|
|||||||
SECURE_BROWSER_XSS_FILTER = True
|
SECURE_BROWSER_XSS_FILTER = True
|
||||||
# SESSION_COOKIE_SECURE = True # if enabled, cannot login to Django control panel, bug elsewhere?
|
# SESSION_COOKIE_SECURE = True # if enabled, cannot login to Django control panel, bug elsewhere?
|
||||||
# CSRF_COOKIE_SECURE = True # if enabled only sends cookies over SSL
|
# CSRF_COOKIE_SECURE = True # if enabled only sends cookies over SSL
|
||||||
X_FRAME_OPTIONS = 'SAMEORIGIN' # change to "DENY" after we eliminate all the iframes e.g. /xmlvalid.html
|
X_FRAME_OPTIONS = 'DENY' # changed to "DENY" after I eliminated all the iframes e.g. /xmlvalid.html
|
||||||
|
|
||||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' # from Django 3.2
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' # from Django 3.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user