Enables CORS headers on the response.
If the "always" keyword is specified, CORS will be enabled for all origins. Otherwise it will only be enabled for the current origin (ie: {{ request.headers.origin }}).
Allow cross-origin requests based on custom logic
CopyAllow cross-origin requests from a specific domain
CopyAllow cross-origin requests from all origins
Copy