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

Half joking... ChatGPT knows the HTML spec. If it wasn't down right now, I would ask it for an explanation 😂 

Wait, the difference is in the algorithm (as those concepts are both algorithms). There is even an example table:

![Screenshot 2023-02-21 at 10 19 18 pm](https://user-images.githubusercontent.com/870154/220331201-31ef4947-1934-4955-8b43-88b373c00a83.png)

So, looking at the third example in the table, "same origin domain" doesn't seem to take the port into consideration: 

```
("https", "example.org", 314, "example.org") | ("https", "example.org", 420, "example.org")
```

I think that's it! 🤞

(You can call me MarcosGPT from now on)

-- 
GitHub Notification of comment by marcoscaceres
Please view or discuss this issue at https://github.com/w3c/compute-pressure/issues/187#issuecomment-1438313387 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:24:16 UTC