Browse Source

EDIVORCE-56 - Enable X-XSS-Protection Header.

pull/160/head
Wade Barnes 7 years ago
parent
commit
abf58df63f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      edivorce/settings/base.py

+ 2
- 0
edivorce/settings/base.py View File

@ -142,3 +142,5 @@ DEBUG_TOOLBAR_CONFIG = {
'SHOW_TOOLBAR_CALLBACK': show_toolbar, 'SHOW_TOOLBAR_CALLBACK': show_toolbar,
'SHOW_COLLAPSED': True, 'SHOW_COLLAPSED': True,
} }
SECURE_BROWSER_XSS_FILTER = True

Loading…
Cancel
Save