blob: c4cc2fe37a7fec350f3c72c706e12a65633cad1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist">
<pluginItems>
<pluginItem>
<match name="name" exp="^test_bug514327_1"/>
</pluginItem>
<pluginItem>
<match name="name" exp="^test_bug514327_2"/>
<versionRange severity="0"/>
</pluginItem>
<pluginItem>
<match name="name" exp="^test_bug514327_3"/>
<versionRange severity="0"/>
</pluginItem>
</pluginItems>
</blocklist>
|