Skip to content

Commit ecf35b9

Browse files
committed
update after PR 711
1 parent f1defc1 commit ecf35b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,10 @@ You can tune the middleware behavior using middleware specific configuration par
626626
- "firewall.reverseProxy": Set to "true" when a reverse proxy is used ("")
627627
- "firewall.allowedIpAddresses": List of IP addresses that are allowed to connect ("")
628628
- "cors.allowedOrigins": The origins allowed in the CORS headers ("*")
629-
- "cors.allowHeaders": The headers allowed in the CORS request ("Content-Type, X-XSRF-TOKEN, X-Authorization, X-Debug-Info, X-Exception-Name, X-Exception-Message, X-Exception-File")
629+
- "cors.allowHeaders": The headers allowed in the CORS request ("Content-Type, X-XSRF-TOKEN, X-Authorization")
630630
- "cors.allowMethods": The methods allowed in the CORS request ("OPTIONS, GET, PUT, POST, DELETE, PATCH")
631631
- "cors.allowCredentials": To allow credentials in the CORS request ("true")
632-
- "cors.exposeHeaders": Whitelist headers that browsers are allowed to access ("X-Debug-Info, X-Exception-Name, X-Exception-Message, X-Exception-File")
632+
- "cors.exposeHeaders": Whitelist headers that browsers are allowed to access ("")
633633
- "cors.maxAge": The time that the CORS grant is valid in seconds ("1728000")
634634
- "xsrf.excludeMethods": The methods that do not require XSRF protection ("OPTIONS,GET")
635635
- "xsrf.cookieName": The name of the XSRF protection cookie ("XSRF-TOKEN")

0 commit comments

Comments
 (0)