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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
edivorce/settings/base.py
|
|
|
@ -142,3 +142,5 @@ DEBUG_TOOLBAR_CONFIG = { |
|
|
|
'SHOW_TOOLBAR_CALLBACK': show_toolbar, |
|
|
|
'SHOW_COLLAPSED': True, |
|
|
|
} |
|
|
|
|
|
|
|
SECURE_BROWSER_XSS_FILTER = True |