Jelajahi Sumber

docs(configuration): close Markdown inline code, "`" was forgotten

https://netboxlabs.com/docs/netbox/configuration/security/#csrf_trusted_origins
Robin Schneider 3 bulan lalu
induk
melakukan
6a21459ccc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/configuration/security.md

+ 1 - 1
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 = (