canmove, Confirmed users
1,567
edits
No edit summary |
|||
Line 14: | Line 14: | ||
<emItems> | <emItems> | ||
<emItem id="item_1@domain"> | <emItem id="item_1@domain"> | ||
<versionRange minVersion="1.0" maxVersion="2.0.*"> | <versionRange minVersion="1.0" maxVersion="2.0.*" severity="3"> | ||
<targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"> | <targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"> | ||
<versionRange minVersion="1.5" maxVersion="1.5.*"/> | <versionRange minVersion="1.5" maxVersion="1.5.*"/> | ||
Line 67: | Line 67: | ||
<pluginItem> | <pluginItem> | ||
<match name="name" exp="some bad plugin"/> | <match name="name" exp="some bad plugin"/> | ||
<versionRange> | <versionRange severity="2"> | ||
<targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"> | <targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"> | ||
<versionRange minVersion="3.0" maxVersion="3.0.*"/> | <versionRange minVersion="3.0" maxVersion="3.0.*"/> | ||
Line 94: | Line 94: | ||
* The third <tt>pluginItem</tt> is blocked only on Firefox versions 3-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: | 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: |