[EMAIL PROTECTED] wrote:
> I am developing a firefox extension to block certain http requests
> from leaving the client. I tried to block requests using
> nsIRequest.cancel(Components.results.NS_BINDING_ABORTED)

That would work if done before the request is sent....

What are you really trying to do?  Catch cross-domain requests?  Content 
policy can do that (though it's not called for all requests, of course).

-Boris
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to