[RESOLVED] ABE breaks the Fx queries observer
Posted: Wed Mar 10, 2010 3:08 pm
Hi,
I am a FF addon developer and I have an issue due to ABE.
I use the "nsIObserverService" to get the events "http-on-examine-response" in order to get the list of all http queries made by Flash applications.
The fact is when I active the ABE option, on some websites I don't see the requests done by Flash anymore (ABE do not block requests because the Flash still works well),
here is an example of page where my application does not work anymore without ABE :
http://www.wat.tv/video/chloe-atom-egoy ... 5jm3_.html
In the console I have only this message (7 times) :
"Security Error: Content at http://googleads.g.doubleclick.net/ may not load data from http://www.wat.tv/video/chloe-atom-egoy ... 5jm3_.html.
Something strange is I don't have this issue on every sites, for example on youtube it's still works well:
http://www.youtube.com/watch?v=MXhhXXsx ... e=featured
Maybe it's a feature of ABE that I don't understand ?
I am a FF addon developer and I have an issue due to ABE.
I use the "nsIObserverService" to get the events "http-on-examine-response" in order to get the list of all http queries made by Flash applications.
The fact is when I active the ABE option, on some websites I don't see the requests done by Flash anymore (ABE do not block requests because the Flash still works well),
here is an example of page where my application does not work anymore without ABE :
http://www.wat.tv/video/chloe-atom-egoy ... 5jm3_.html
In the console I have only this message (7 times) :
"Security Error: Content at http://googleads.g.doubleclick.net/ may not load data from http://www.wat.tv/video/chloe-atom-egoy ... 5jm3_.html.
Something strange is I don't have this issue on every sites, for example on youtube it's still works well:
http://www.youtube.com/watch?v=MXhhXXsx ... e=featured
Maybe it's a feature of ABE that I don't understand ?