Closed crowlKats closed 2 years ago
because it currently uses http and not https, publishing modules currently doesnt work as the clientside errors with mixed content.
Oh missed the above comment.
Can't you proxy the browser requests through the dotland backend, rather than talking to s3 directly?
you mean adding a route to act as a proxy? it could be done, but i think its fine like this, no?
also, i want to remove the need of this complciated setup we have with getVersionInfo
for registering a module, but havent investigated it yet in-depth.
Can you provide some more information? What is this fixing?
This fixes the first text input box in https://deno.land/add_module, which currently always shows error for any module name. I think this prevents new authors publishing a new module
Can you provide some more information? What is this fixing?