From 7969c24e06407d2a9f7ca7489987e27e95de59b7 Mon Sep 17 00:00:00 2001 From: mr1716 Date: Thu, 1 May 2025 15:58:52 -0400 Subject: [PATCH] Update security.md for default values --- docs/configuration/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/security.md b/docs/configuration/security.md index 771eba5c5..d362a0160 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -135,7 +135,7 @@ DEFAULT_PERMISSIONS = { ## EXEMPT_VIEW_PERMISSIONS -Default: Empty list +Default: `[]` Empty list A list of NetBox models to exempt from the enforcement of view permissions. Models listed here will be viewable by all users, both authenticated and anonymous. @@ -191,7 +191,7 @@ The lifetime (in seconds) of the authentication cookie issued to a NetBox user u ## LOGIN_FORM_HIDDEN -Default: False +Default: `False` Option to hide the login form when only SSO authentication is in use.