Re: [compute-pressure] Does the privacy test need a same origin-domain or a same origin check? (#187)

Just as bit more clarification, have a look a little bit further up in the html spec where it turn URLs into [tuples origins](https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple):

A [tuple](https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple) consists of:

A scheme (an [ASCII string](https://infra.spec.whatwg.org/#ascii-string)).
A host (a [host](https://url.spec.whatwg.org/#concept-host)).
A port (null or a 16-bit unsigned integer).
A domain (null or a [domain](https://url.spec.whatwg.org/#concept-domain)). Null unless stated otherwise.

-- 
GitHub Notification of comment by marcoscaceres
Please view or discuss this issue at https://github.com/w3c/compute-pressure/issues/187#issuecomment-1438317618 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 21 February 2023 11:27:44 UTC