Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use same origin checks instead of same origin-domain ones (w3c#236)
From different sources [1][2][3], it looks like same origin-domain is not anymore recommended. There is no obvious reason to keep same origin-domain in compute pressure specifications. Instead same origin seems to be a better security check. [1] https://html.spec.whatwg.org/multipage/browsers.html#relaxing-the-same-origin-restriction [2] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/weborigin/security_origin.h;l=313;drc=933be5e5db24585647edcd7f507ba2d48c5757c8 [3] https://dontcallmedom.github.io/webdex/s.html Fixes w3c#187
- Loading branch information