Browse Source

Merge pull request #5 from WadeBarnes/master

EDIVORCE-56 - Enable X-XSS-Protection Header.
pull/160/head
Wade Barnes 7 years ago
committed by GitHub
parent
commit
0ea79ec316
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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_COLLAPSED': True,
}
SECURE_BROWSER_XSS_FILTER = True

Loading…
Cancel
Save