Changes between Initial Version and Version 1 of Ticket #30426
- Timestamp:
- Apr 30, 2019, 4:53:00 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30426 – Description
initial v1 3 3 On current master, running `python manage.py check --deploy` on a fresh project created with `startproject` yields these warnings: 4 4 5 ``` 5 {{{ 6 6 System check identified some issues: 7 7 … … 18 18 19 19 System check identified 9 issues (0 silenced). 20 ``` 20 }}} 21 21 22 22 Three of these come from security headers that we could activate by default in the settings `SECURE_CONTENT_TYPE_NOSNIFF`, `SECURE_BROWSER_XSS_FILTER`, and `X_FRAME_OPTIONS`.