Changes

Jump to: navigation, search

Extension Blocklisting:Code Design

459 bytes added, 21:04, 2 December 2008
no edit summary
<emItems>
<emItem id="item_1@domain">
<versionRange minVersion="1.0" maxVersion="2.0.*" severity="3">
<targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}">
<versionRange minVersion="1.5" maxVersion="1.5.*"/>
<pluginItem>
<match name="name" exp="some bad plugin"/>
<versionRangeseverity="2">
<targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}">
<versionRange minVersion="3.0" maxVersion="3.0.*"/>
* The third <tt>pluginItem</tt> is blocked only on Firefox versions 3-3.0.*
 
* In Firefox 3.1 and higher a severity for the block may be specified on the versionRange element. This should be a value 0 to 3. If the value is equal or higher than a threshold set in the client (2 in Firefox 3.1) then the item will be blocked as normal. If the value is lower then the user will only be warned about the item and may choose to continue to use it. If no severity value exists then the maximum severity is used (3)
As can be seen it is possible to blocklist all version of an extension for all versions of an application as well as any combination of application id's along with version ranges for both the extension id and application id. Also, by not specifying a value and instead using the default value it is possible to lessen the size of the blocklist xml file. This is possible by using the following defaults:
Canmove, confirm
1,567
edits

Navigation menu