Keep in mind that the URI is immutable when the on-modify hook is called. Also, even if you cancel the request at this point, the request is still sent to the server.
There isn't an easy way to filter URI's that the browser is requesting. See: https://bugzilla.mozilla.org/show_bug.cgi?id=286159 Adam On 11/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Joe, > > You can observe the http-on-modify-request notification to be notified > before any data is sent to a server. > > http://developer.mozilla.org/en/docs/Observer_Notifications#HTTP_requests > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
