This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
EDIVORCE-56 - Enable X-XSS-Protection Header.
pull/160/head
Wade Barnes
7 years ago
parent
d99839152d
commit
abf58df63f
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save