Skip to content

Commit c78e087

Browse files
committed
update
1 parent 3ec65de commit c78e087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can enable the following middleware using the "middlewares" config parameter
144144
- "firewall": Limit access to specific IP addresses
145145
- "cors": Support for CORS requests (enabled by default)
146146
- "xsrf": Block XSRF attacks using the 'Double Submit Cookie' method
147-
- "ajaxOnly": Allow only AJAX requests to prevent XSRF attacks
147+
- "ajaxOnly": Restrict non-AJAX requests to prevent XSRF attacks
148148
- "jwtAuth": Support for "Basic Authentication"
149149
- "basicAuth": Support for "Basic Authentication"
150150
- "authorization": Restrict access to certain tables or columns

0 commit comments

Comments
 (0)