import { isSameDomainOrSubdomain } from "https://deno.land/x/another_cookiejar@v4.0.1/cookie.ts";
does not make a difference which one is domainA or domainB
according to https://stackoverflow.com/a/30676300/3542461
import { isSameDomainOrSubdomain } from "https://deno.land/x/another_cookiejar@v4.0.1/cookie.ts";
does not make a difference which one is domainA or domainB
according to https://stackoverflow.com/a/30676300/3542461