We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d2762 commit 6db0a3fCopy full SHA for 6db0a3f
python/nav/django/settings.py
@@ -253,11 +253,12 @@
253
'nav.web.info.searchproviders.UnrecognizedNeighborSearchProvider',
254
]
255
256
-# Web security options supported by Django
+## Web security options supported by Django
257
# * https://docs.djangoproject.com/en/3.2/ref/middleware/#module-django.middleware.security
258
# * https://docs.djangoproject.com/en/3.2/topics/http/sessions/
259
# * https://docs.djangoproject.com/en/3.2/ref/clickjacking/
260
-# Example conf:
+#
261
+# Configured in etc/webfront/webfront.conf:
262
# [security]
263
# needs_tls = yes
264
0 commit comments