Implemented by
[scriptable, uuid(0c3fe697-d50d-4f42-b747-0c5855cfc60e)]
interface nsIBlocklistService : nsISupports
Methods
Determine if an item is blocklisted
@param id
The GUID of the item.
@param version
The item's version.
@param appVersion
The version of the application we are checking in the blocklist.
If this parameter is null, the version of the running application
is used.
@param toolkitVersion
The version of the toolkit we are checking in the blocklist.
If this parameter is null, the version of the running toolkit
is used.
@returns true if the item is compatible with this version of the
application or this version of the toolkit, false, otherwise.
boolean
isAddonBlocklisted(in AString id, in AString version, in AString appVersion, in AString toolkitVersion)
Compare to: