remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
19.58k stars 952 forks source link

Issue: CloudRun lacks support for cross-domain file downloads with `content-disposition` header. #4001

Closed JonnyBurger closed 1 week ago

JonnyBurger commented 2 weeks ago

From message posted on Discord by jonnyburger

I don't think that's true, the browsers allow downloads from cross domains, they just need to have a content-disposition HTTP header. we currently support it in lambda but not cloudrun

would that help you further?