Update module github.com/gorilla/csrf to v1.7.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gorilla/csrf | require | patch |
v1.7.0 -> v1.7.1
|
Release Notes
gorilla/csrf
v1.7.1
v1.7.1 is a minor maintenance release. It improves documentation, and fixes a bug (#149) that caused missing tokens to not provide a clear error message back to the client.
CHANGELOG
- bugfix: Not providing any token in requests results in wrong error message (#149)
- Add a note about secrecy of CSRF token in the README.md (#154) @maxximino
- Add note about csrf.Path option (#147) @karelbilek
- build: use build matrix; drop Go <= 1.10 (#142) @elithrar
- docs: change TrustedOrigin to TrustedOrigins in README (#140) @mittonface
- docs: add TOC to README (#137) @elithrar
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.