Changes

Jump to: navigation, search

Extension Blocklisting:Code Design

241 bytes added, 22:29, 14 February 2006
m
Blacklist syntax
== Blacklist syntax ==
* Blacklist file has simple a flexible xml syntax:
<entryType> <extension ID> [<minVersion> <maxVersion>]
<pre><blacklist xmlns="http://www.mozilla.org/2006/blacklist">
<emItems>
<emItem id="extension_1item_1@domain">
<versionRange minVersion="1.0" maxVersion="2.0.*">
<targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}">
</targetApplication>
</emItem>
<emItem id="extension_2item_2@domain">
<versionRange minVersion="3.1" maxVersion="4.*"/>
</emItem>
<emItem id="extension_3item_3@domain"> <versionRange> <targetApplication id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"> <versionRange minVersion="1.5" maxVersion="1.5.*"/> </targetApplication> </versionRange> </emItem> <emItem id="item_4@domain"/>
</emItems>
</blacklist></pre>
Confirm
1,041
edits

Navigation menu