Skip to content

Commit

Permalink
Add a link to the correct config-file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Feb 29, 2024
1 parent a3d2762 commit 6db0a3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/nav/django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,12 @@
'nav.web.info.searchproviders.UnrecognizedNeighborSearchProvider',
]

# Web security options supported by Django
## Web security options supported by Django
# * https://docs.djangoproject.com/en/3.2/ref/middleware/#module-django.middleware.security
# * https://docs.djangoproject.com/en/3.2/topics/http/sessions/
# * https://docs.djangoproject.com/en/3.2/ref/clickjacking/
# Example conf:
#
# Configured in etc/webfront/webfront.conf:
# [security]
# needs_tls = yes

Expand Down

0 comments on commit 6db0a3f

Please sign in to comment.