Closed dy-dx closed 10 years ago
Thanks! I'd committed (https://github.com/disconnectme/disconnect/commit/24096d356dd7517119a9c2be4362880bf54207bd) then reverted (https://github.com/disconnectme/disconnect/commit/86de61c6297fee84445b963812ac3a269a83db1c) this change earlier because we need to test to make sure there aren't permissioning issues as a result.
This seems to be happening again. Reported by user:
"Receiving following error message:
Denying load of chrome-extension://jeoacafpbcihiomhlakheieifhpjdfeo/scripts/vendor/jquery/jquery-2.0.3.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.
I found the following:
When you don't use jQuery from CDN (you download jQuery for yourself, then include it), it will failed to find its source map, to fix this error download jquery source map."
This issue is definitely resolved. The user probably has an old version of Disconnect. Make sure they have the latest, 5.11.0, from https://chrome.google.com/webstore/detail/disconnect/jeoacafpbcihiomhlakheieifhpjdfeo.
The user responded:
"I am running 5.11.0.
To reproduce using Win 8.1
Launch chrome from desktop Start chrome debugger. Browse to www.google.com"
Tested on same setup, no error.
I can confirm that this error is thrown with 5.11.0 w/ Chrome Version 32.0.1700.77 OS X 10.9
We can't reproduce this error on any machine. Disconnect is open source, though, so please submit a patch if you can track down the cause:
Chrome dev console is spitting out this error again:
Adding the .map file to the manifest fixes the problem.