Hello! I have a situation where I set a HTTPOnly, Secure cookie on `dashboard.name.local`, and try to call a `dashboard.name.local` API endpoint from `other.name.local`. Cookies aren't sent in the request, where the same situation on a `name.com` works. As using `.local` is fairly common for local development, can it be considered like a regular TLD?
This may well just be another thing that falls out from 218980.
<rdar://problem/107885806>