Skip to content

Commit 2e5a5f7

Browse files
committed
Changelog for #9277
1 parent 72516c0 commit 2e5a5f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/configuration/optional-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CORS_ORIGIN_WHITELIST = [
7070

7171
Default: `csrftoken`
7272

73-
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.
73+
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.
7474

7575
---
7676

docs/release-notes/version-3.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [#8922](https://github.com/netbox-community/netbox/issues/8922) - Add service list to IP address view
99
* [#9098](https://github.com/netbox-community/netbox/issues/9098) - Add "other" types for power ports/outlets, pass-through ports
1010
* [#9239](https://github.com/netbox-community/netbox/issues/9239) - Enable filtering by contact group for all models which support contact assignment
11+
* [#9277](https://github.com/netbox-community/netbox/issues/9277) - Introduce `CSRF_COOKIE_NAME` configuration parameter
1112
* [#9347](https://github.com/netbox-community/netbox/issues/9347) - Include services in global search
1213
* [#9379](https://github.com/netbox-community/netbox/issues/9379) - Redirect to virtual chassis view after adding a member device
1314

0 commit comments

Comments
 (0)