Changes between Initial Version and Version 1 of Ticket #30426


Ignore:
Timestamp:
Apr 30, 2019, 4:53:00 AM (5 years ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30426 – Description

    initial v1  
    33On current master, running `python manage.py check --deploy` on a fresh project created with `startproject` yields these warnings:
    44
    5 ```
     5{{{
    66System check identified some issues:
    77
     
    1818
    1919System check identified 9 issues (0 silenced).
    20 ```
     20}}}
    2121
    2222Three 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`.
Back to Top