Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPatch chrome.dns.resolve to support canonical_name flag #7117
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Chromium presently supports IP address resolution:
In order to combat CNAME-trackers, uBO and others are evaluating Firefox's implementation of the DNS API, which supports passing optional flags:
There are many other optional flags, but CNAME appears to be the most necessary for now.
Note: Chromium expects a callback as the second argument. Firefox, however, returns a promise.