blazer
blazer copied to clipboard
support CORS
Nobody's asked for this, but it's a thing, so why not.
https://www.backblaze.com/b2/docs/cors_rules.html
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?
Yes, support the b2 api that allows setting that on buckets.
Ah, thanks for the explanation.