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
Righ but this is only for GitHub essentially. For a lot of other resources there are equivalent urls with CORS headers sets. Unless you use a CORS proxy but that has privacy issues.
Some common used urls like ‘github.com/…?raw=true’ don’t have CORS headers set. This will fail the request.
Luckily those urls can be rewritten to urls with CORS headers enabled. The ‘raw.githubusercontent.com’ has those headers enabled.
Three things need to be implemented:
More context: https://mobile.twitter.com/simonw/status/1569835954365669376
The text was updated successfully, but these errors were encountered: