Thank you! This message helped me! This is my config now for anyone this might help: (I'm not sure i
Thank you! This message helped me! This is my config now for anyone this might help: (I'm not sure if I need all the expose headers though)
[
{
"AllowedOrigins": [
"http://localhost:3000",
],
"AllowedMethods": [
"GET",
"PUT",
"HEAD"
],
"AllowedHeaders": [
"range",
"Content-Type",
"Access-Control-Allow-Origin"
],
"ExposeHeaders": [
"Content-Type",
"Access-Control-Allow-Origin",
"ETag"
]
}
]

I have set the cache rules to dodn’t cache my files,because I worried about I will violation of terms 2.8.That clause does not exist anymore, there is no 2.8: https://blog.cloudflare.com/updated-tos/


Content-Encoding: gzip. br encoding, but it works both ways with gzip right now (it was something they needed to fix early on in R2)gzip or br clientsidentity encoding or just send the file for gzip. I am not sure what happens for br here.


Content-Encoding: gzipbrbrbrgzipgzipgzipidentity[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"GET"
]
}
]