We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2abb66 commit 2c6d264Copy full SHA for 2c6d264
src/fluentdemo/settings/docker.py
@@ -14,6 +14,7 @@
14
pass
15
16
SILENCED_SYSTEM_CHECKS = (
17
+ 'security.W001', # SecurityMiddleware is handled by uWSGI instead.
18
'security.W004', # SECURE_HSTS_SECONDS is handled by uWSGI
19
'security.W006', # SECURE_CONTENT_TYPE_NOSNIFF is handled by uWSGI
20
'security.W007', # SECURE_BROWSER_XSS_FILTER is handled by uWSGI
0 commit comments