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

Fixes #7226: Exempt GraphQL API requests from CSRF inspection

This commit is contained in:
jeremystretch
2021-09-09 09:06:45 -04:00
parent a226f06b1b
commit ad7b8a9ac8
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# NetBox v3.0
## v3.0.3 (FUTURE)
### Bug Fixes
* [#7226](https://github.com/netbox-community/netbox/issues/7226) - Exempt GraphQL API requests from CSRF inspection
---
## v3.0.2 (2021-09-08)
### Bug Fixes