Jan Wrobel wrote: > I'm trying to do the same thing but from a C++ extension. My code > works fine only for requests for which URL is entered directly in the > address bar. For all other requests (ones that download images, css, > js files etc.) my "http-on-examine-response" is fired, it changes > ContentType, but converter is not invoked.
Type converters are only automatically invoked for loads that are happening in a docshell (so essentially toplevel load, frame, iframe). -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
