disconnectme / disconnect

Disconnect is a browser extension that makes the web faster, more private, and more secure.
https://disconnect.me/
GNU General Public License v3.0
780 stars 136 forks source link

Failed to load resources: bad URL #341

Open d4v1dv00 opened 9 years ago

d4v1dv00 commented 9 years ago

The extension constantly showing this error while loading any pages, shown in the Web Inspector (Safari extension here) for the URL of safari-extension://me.disconnect.disconnect-3xk29jv5b2/45ea09ae/opera/chrome/scripts/vendor/jquery/jquery.min.map

Is there any way to bundle this file into the extension to speed things up a little?

thanks, /d4v1dv00

ChrisStruttmann commented 9 years ago

If you read the URL, it's a URL to a file that is in the extension bundle; it's not reaching out to an external resource to get the jQuery file.

d4v1dv00 commented 9 years ago

I know that’s referring to a file, my question is how to resolve this? shouldn’t the extension ships with the file mentioned together?

philgruneich commented 9 years ago

I opened the contents from the Extension and there's no jquery.min.map file at that location. I tried rebuilding the extension with the file, but the error remains.