Rephrase
This commit is contained in:
parent
c516086d12
commit
9de6a2e57d
1 changed files with 1 additions and 5 deletions
6
notes.md
6
notes.md
|
@ -75,10 +75,7 @@ WARNINGS:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Actions to take for the warnings above and as per the recommendations in the settings page https://django-secure.readthedocs.io/en/latest/settings.html
|
||||||
## Other security configurations for Django
|
|
||||||
|
|
||||||
What are the various security parameters ? https://django-secure.readthedocs.io/en/latest/settings.html
|
|
||||||
|
|
||||||
1. Django's way to protect the project against XSS is to enable the following values
|
1. Django's way to protect the project against XSS is to enable the following values
|
||||||
|
|
||||||
|
@ -92,7 +89,6 @@ SECURE_BROWSER_XSS_FILTER = True
|
||||||
SECURE_CONTENT_TYPE_NOSNIFF = True
|
SECURE_CONTENT_TYPE_NOSNIFF = True
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
2. SSL and HSTS
|
2. SSL and HSTS
|
||||||
|
|
||||||
Force/exempt ssl urls
|
Force/exempt ssl urls
|
||||||
|
|
Loading…
Reference in a new issue