diff --git a/edivorce/settings/base.py b/edivorce/settings/base.py index 00049d0b..c5bdb0ef 100644 --- a/edivorce/settings/base.py +++ b/edivorce/settings/base.py @@ -142,3 +142,5 @@ DEBUG_TOOLBAR_CONFIG = { 'SHOW_TOOLBAR_CALLBACK': show_toolbar, 'SHOW_COLLAPSED': True, } + +SECURE_BROWSER_XSS_FILTER = True