Opened 9 years ago
Closed 9 years ago
#25391 closed New feature (invalid)
Add a check for the security middleware
Reported by: | Aymeric Augustin | Owned by: | nobody |
---|---|---|---|
Component: | Core (System checks) | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If the security middleware is installed, the checks framework provides lots of advice on the optimal values, because the defaults are conservative. If the security middleware isn't installed, it doesn't say anything.
This isn't consistent. I think it would be nice to add a check for the security middleware being installed. It would help many people to discover its existence.
(Perhaps this was discussed and rejected before for a reason I don't remember?)
Note:
See TracTickets
for help on using tickets.
I was just missing the
--deploy
option. Sorry for the noise...