Apply suggestions from code review

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Asger F
2022-02-21 16:24:50 +01:00
committed by GitHub
parent 69995d5750
commit 00ed72ed83

View File

@@ -1,9 +1,9 @@
/**
* Provides a taint-tracking configuration for reasoning about request
* forgery.
* Provides a taint-tracking configuration for reasoning about client-side
* request forgery.
*
* Note, for performance reasons: only import this file if
* `RequestForgery::Configuration` is needed, otherwise
* the `Configuration` class is needed, otherwise
* `RequestForgeryCustomizations` should be imported instead.
*/