Skip to content

Commit

Permalink
bise.service.yml, exposeHeaders value changed from
Browse files Browse the repository at this point in the history
true to [*]. See the issue NEUBIAS#209
  • Loading branch information
miura committed Dec 22, 2023
1 parent 6f0770f commit a00d8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/sites/default/bise.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
# Configure requests allowed from specific origins.
allowedOrigins: ['*']
# Sets the Access-Control-Expose-Headers header.
exposedHeaders: true
exposedHeaders: ['*']
# Sets the Access-Control-Max-Age header.
maxAge: false
# Sets the Access-Control-Allow-Credentials header.
Expand Down

0 comments on commit a00d8e3

Please sign in to comment.