Closed idoberko2 closed 2 weeks ago
This PR adds CORS headers to responses when the proper configuration (cors.enabled) is set. This configuration defaults to true.
cors.enabled
true
OPIK-136
A couple of tests were added: for the config enabled and disabled.
enabled
disabled
Details
This PR adds CORS headers to responses when the proper configuration (
cors.enabled
) is set. This configuration defaults totrue
.Issues
OPIK-136
Testing
A couple of tests were added: for the config
enabled
anddisabled
.