forked from martok/palefill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.xul
18 lines (17 loc) · 827 Bytes
/
options.xul
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" ?>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Pale Moon Web Technologies Polyfill Add-on
Copyright (c) 2020-22 Martok. All rights reserved.
-->
<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<setting pref="extensions.palefill.debug" type="bool" title="Print debug info"/>
<setting title="Exclude rules" type="control" desc="These are subtracted from the fix result set after matching the internal rules">
<vbox flex="1">
<button id="palefill-exclusion-apply" label="Check & Apply"/>
<textbox id="palefill-exclusion-list" multiline="true" rows="6" wrap="off"/>
</vbox>
</setting>
</vbox>