webconverger-addon icon indicating copy to clipboard operation
webconverger-addon copied to clipboard

fileblock-service needs to allow printing URLs so we can add it's functionality back

Open kaihendry opened this issue 10 years ago • 3 comments

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

kaihendry avatar May 28 '15 05:05 kaihendry

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...

mkaply avatar May 28 '15 16:05 mkaply

How do I find that URL?

kaihendry avatar Jul 13 '15 06:07 kaihendry

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.

mkaply avatar Jul 13 '15 21:07 mkaply