You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playground has a CORS proxy now. Today, it's used just for requesting git repositories to limit the potential for abuse. It would be highly useful to use it for all cross-origin requests, and perhaps reply with an error code if the target host or content type is not allowed. This is a pre-requisite to closing the long standing network access in the browser issue.
Playground has a CORS proxy now. Today, it's used just for requesting git repositories to limit the potential for abuse. It would be highly useful to use it for all cross-origin requests, and perhaps reply with an error code if the target host or content type is not allowed. This is a pre-requisite to closing the long standing network access in the browser issue.
cc @brandonpayton
Related #1901
The text was updated successfully, but these errors were encountered: