Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does jquery, or jqmobile, fetch a list of TLD's form mozilla in chrome?

I noticed this in the js console:

XHR finished loading: "https://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1". jquery.js:3

Why does it need a list of TLD's?
Why does it fetch it from mozilla?
If it's needed, can I get it to fetch it from my server?
Does Chrome do this, or jquery?

like image 247
Filip Haglund Avatar asked Jul 27 '13 12:07

Filip Haglund


1 Answers

This is being caused by the Chrome Browser Extension Disconnect.

See: https://github.com/disconnectme/disconnect/issues/130

like image 71
S Wang Avatar answered Nov 13 '22 08:11

S Wang