Readonly
exceptionReturns a comma-separated list of hosts to be ignored.
Readonly
nameThe feature name
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.
Features can work with different URLs from a channel (channel url, or top-level, or something else). This method returns what we need to use for the current list. If the returned URI is created by CreatePairwiseEntityListURI(), the URIType is pairwiseEntitylistURI. Otherwise, it depends on the listType.
Returns true if |aHost| is contained in the preference of |aListType| type. |aPrefTableName| will be set to the table name to use.
When this feature matches the channel, this method is executed to do 'something' on the channel. For instance, a tracking-annotation feature would mark the channel as tracker, a tracking-protection feature would cancel the channel. Returns if we should process other feature results or not. For instance, tracking-protection cancel the channel, and after that we should stop processing other features.
Generated using TypeDoc
A single URLClassifier feature.