mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
15 lines
410 B
XML
15 lines
410 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist">
|
|
<pluginItems>
|
|
<pluginItem>
|
|
<match name="name" exp="^test_bug468528_1"/>
|
|
</pluginItem>
|
|
<pluginItem>
|
|
<match name="name" exp="^test_bug468528_2["/>
|
|
</pluginItem>
|
|
<pluginItem>
|
|
<match name="name" exp="^test_bug468528_3"/>
|
|
</pluginItem>
|
|
</pluginItems>
|
|
</blocklist>
|