From 14ede571129c85682169d809d7213fa4efed4845 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 3 Jun 2025 09:12:27 -0400 Subject: [PATCH] Update docs/configuration/security.md --- docs/configuration/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/security.md b/docs/configuration/security.md index ab4b86719..a647a65b8 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -17,7 +17,7 @@ If disabled, the values of API tokens will not be displayed after each token's i Default: `('file', 'ftp', 'ftps', 'http', 'https', 'irc', 'mailto', 'sftp', 'ssh', 'tel', 'telnet', 'tftp', 'vnc', 'xmpp')` -A list of permitted URL schemes referenced when rendering links within NetBox. Note that only the schemes specified in this list will be accepted. If adding your own, be sure to replicate all the default values as well (excluding those schemes which are not desirable). +A list of permitted URL schemes referenced when rendering links within NetBox. Note that only the schemes specified in this list will be accepted: If adding your own, be sure to replicate all the default values as well (excluding those schemes which are not desirable). ---