Skip to content

Commit

Permalink
#446462 - Added new CORS headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ppel-gmv committed Nov 18, 2024
1 parent 1cc7244 commit 468ffea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ web.http.protocol.path=/protocol
edc.transfer.proxy.token.signer.privatekey.alias=private-key-c1
edc.transfer.proxy.token.verifier.publickey.alias=public-key-c1
edc.web.rest.cors.enabled=true
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key, content-disposition, chunk-index, total-chunks
web.http.public.port=19291
web.http.public.path=/public
web.http.control.port=19192
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ web.http.protocol.path=/protocol
edc.transfer.proxy.token.signer.privatekey.alias=private-key-c2
edc.transfer.proxy.token.verifier.publickey.alias=public-key-c2
edc.web.rest.cors.enabled=true
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key
edc.web.rest.cors.headers=origin, content-type, accept, authorization, x-api-key, content-disposition, chunk-index, total-chunks
web.http.public.port=29291
web.http.public.path=/public
web.http.control.port=29192
Expand Down

0 comments on commit 468ffea

Please sign in to comment.