Skip to content

Commit 58d8b79

Browse files
SantiagoTorresjelly
authored andcommitted
settings.py Add netboot banner default value
The NETBOOT_SECURITY_BANNER was missing on the settings.py module (it was only included on the example file). Set it on settings.py as well so it is used by default.
1 parent 8b2f897 commit 58d8b79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,7 @@
225225

226226
INSTALLED_APPS = list(INSTALLED_APPS) + ['debug_toolbar']
227227

228+
## Display a warning if serving netboot images on downgraded ciphers
229+
NETBOOT_SECURITY_BANNER=True
230+
228231
# vim: set ts=4 sw=4 et:

0 commit comments

Comments
 (0)