webconverger-addon
webconverger-addon copied to clipboard
fileblock-service needs to allow printing URLs so we can add it's functionality back
Erroneously reported on https://bugzilla.mozilla.org/show_bug.cgi?id=1168740
After a long debug session, I've narrowed down the bug to https://github.com/Webconverger/webconverger-addon/blob/master/components/fileBlockService.js
I'll need some help for this since I can't debug.
In particular, I need to know the URL that's being erroneously blocked...
How do I find that URL?
In fileBlockService.js in the function should load, add this line after initialize:
Components.utils.reportError(aContentLocation.spec);
You'll have to enable the JS console as well.
Then check the console and find the URL that is failing.