We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec65de commit c78e087Copy full SHA for c78e087
README.md
@@ -144,7 +144,7 @@ You can enable the following middleware using the "middlewares" config parameter
144
- "firewall": Limit access to specific IP addresses
145
- "cors": Support for CORS requests (enabled by default)
146
- "xsrf": Block XSRF attacks using the 'Double Submit Cookie' method
147
-- "ajaxOnly": Allow only AJAX requests to prevent XSRF attacks
+- "ajaxOnly": Restrict non-AJAX requests to prevent XSRF attacks
148
- "jwtAuth": Support for "Basic Authentication"
149
- "basicAuth": Support for "Basic Authentication"
150
- "authorization": Restrict access to certain tables or columns
0 commit comments