A partial archive of discourse.wicg.io as of Saturday February 24, 2024.

WebCORS API, to fix CORS

SoniEx2
2020-05-08

We have WebUSB, which asks you for permission. Why not have WebCORS, which asks you for permission?

ACAO stuff would still work but websites would be able to override things by doing webcors.requestPermission(“example.org”) or even webcors.requestPermission(“example.org”, “cookies”)