blazer icon indicating copy to clipboard operation
blazer copied to clipboard

support CORS

Open kurin opened this issue 6 years ago • 3 comments

Nobody's asked for this, but it's a thing, so why not.

https://www.backblaze.com/b2/docs/cors_rules.html

kurin avatar Mar 08 '18 21:03 kurin

Uhm. How is this relevant to programs using blazer? CORS is a technique for accessing third-party (=not the current domain) sites via JavaScript in a Browser, other programs don't care about the headers.

Do you mean implementing functions to change the CORS rules B2 returns via blazer?

fd0 avatar Mar 09 '18 07:03 fd0

Yes, support the b2 api that allows setting that on buckets.

kurin avatar Mar 09 '18 07:03 kurin

Ah, thanks for the explanation.

fd0 avatar Mar 09 '18 13:03 fd0