Feature request: a way for pure-JS web pages to upload?
cannot clone repositories from a web page git client, because of CORS, even though it "definitely" should work
There is, of course, the definitely safe option of having an entirely separate domain/origin for this specific use case (either built-in or by hosting a CORS proxy)
cannot clone repositories from a web page git client, because of CORS, even though it "definitely" should work
I think this should be safe to enable:
cannot clone repositories from a web page git client, because of CORS, even though it "definitely" should work
Yeah, I'm also doing some digging and it seems this setting is controlled by ACCESS_CONTROL_ALLOW_ORIGIN under [repository] rather than by [cors]
cannot clone repositories from a web page git client, because of CORS, even though it "definitely" should work
problem: allow CORS for
git-upload-pack over HTTPS protocol please?
It definitely doesn't work on Codeberg, is that an issue specific to their installation?
problem: allow CORS for
git-upload-pack over HTTPS protocol please?
d5ebd35b09
Add test