Readonly
channelThe underlying channel object that was intercepted.
Readonly
consoleReadonly
internalGet the internal load type from the underlying channel.
Readonly
secureThe URL of the underlying channel object, corrected for a potential secure upgrade.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Instruct a channel that has been intercepted to continue with the original network request.
For our mitigations, we support this reset triggering "bypass" mode which results in the resulting client not being controlled.
Instruct a channel that has been intercepted that a response is starting to be synthesized. No further header modification is allowed after this point. There are a few parameters:
Generated using TypeDoc
Interface to allow implementors of nsINetworkInterceptController to control the behaviour of intercepted channels without tying implementation details of the interception to the actual channel. nsIInterceptedChannel is expected to be implemented by objects which do not implement nsIChannel.