mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
10 lines
406 B
XML
10 lines
406 B
XML
<?xml version="1.0"?>
|
|
<bindings id="testBindings" xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<binding id="regularChromeBinding">
|
|
<content><html:p>Anonymous Paragraph</html:p></content>
|
|
</binding>
|
|
<binding id="whitelistedChromeBinding" bindToUntrustedContent="true">
|
|
<content><html:p>Anonymous Paragraph</html:p></content>
|
|
</binding>
|
|
</bindings>
|