1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog for #9277

This commit is contained in:
jeremystretch
2022-05-24 16:00:18 -04:00
parent 72516c00fb
commit 2e5a5f71ba
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ CORS_ORIGIN_WHITELIST = [
Default: `csrftoken`
The name of the cookie to use for the CSRF authentication token. See the [Django documentation](https://docs.djangoproject.com/en/stable/ref/settings/#session-cookie-name) for more detail.
The name of the cookie to use for the cross-site request forgery (CSRF) authentication token. See the [Django documentation](https://docs.djangoproject.com/en/stable/ref/settings/#csrf-cookie-name) for more detail.
---