Dns.resolve(): Is this Correct?

ref: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/dns/resolve

“disable_ipv4”: Only IPv4 addresses will be returned.
“disable_ipv6”: Only IPv6 addresses will be returned.

Shoudln’t that be the other way round? e.g. “disable_ipv4”: return IPv6

Ha, yes, probably. Thanks for pointing it out. Should be fixed now.