Update cors config

pull/6701/head
Daniel Supernault 1 month ago
parent bb33409fea
commit c44689a7e7
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -50,8 +50,7 @@ return [
/*
* Sets the Access-Control-Expose-Headers response header with these headers.
*/
// TODO: Add support for rate-limit related headers
'exposed_headers' => ['Link'],
'exposed_headers' => ['Link', 'X-RateLimit-Limit', 'X-RateLimit-Remaining'],
/*
* Sets the Access-Control-Max-Age response header when > 0.

Loading…
Cancel
Save