From 6a21459ccc195cdb25d70cac5fb62fbcaa90042b Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Wed, 29 Oct 2025 15:24:10 +0100 Subject: [PATCH] docs(configuration): close Markdown inline code, "`" was forgotten https://netboxlabs.com/docs/netbox/configuration/security/#csrf_trusted_origins --- 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 775490b70..c8518f0ff 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -92,7 +92,7 @@ If `True`, the cookie employed for cross-site request forgery (CSRF) protection Default: `[]` -Defines a list of trusted origins for unsafe (e.g. `POST`) requests. This is a pass-through to Django's [`CSRF_TRUSTED_ORIGINS`](https://docs.djangoproject.com/en/stable/ref/settings/#csrf-trusted-origins) setting. Note that each host listed must specify a scheme (e.g. `http://` or `https://). +Defines a list of trusted origins for unsafe (e.g. `POST`) requests. This is a pass-through to Django's [`CSRF_TRUSTED_ORIGINS`](https://docs.djangoproject.com/en/stable/ref/settings/#csrf-trusted-origins) setting. Note that each host listed must specify a scheme (e.g. `http://` or `https://`). ```python CSRF_TRUSTED_ORIGINS = (