Skip to content

Commit 2c6d264

Browse files
committed
settings: disable warnigns for securitymiddleware
1 parent f2abb66 commit 2c6d264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fluentdemo/settings/docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
pass
1515

1616
SILENCED_SYSTEM_CHECKS = (
17+
'security.W001', # SecurityMiddleware is handled by uWSGI instead.
1718
'security.W004', # SECURE_HSTS_SECONDS is handled by uWSGI
1819
'security.W006', # SECURE_CONTENT_TYPE_NOSNIFF is handled by uWSGI
1920
'security.W007', # SECURE_BROWSER_XSS_FILTER is handled by uWSGI

0 commit comments

Comments
 (0)