Victor GIUBILEI

Results 1 issues of Victor GIUBILEI

As per the Cloudfront [documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html#header-caching-web-cors) you need to add the `Origin` header to the whitelisted Headers on the default cache behavior. Otherwise, the requests will be missing the CORS headers...

bug