diff options
author | hackademix <giorgio@maone.net> | 2019-03-26 22:45:37 +0100 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2019-03-26 22:45:37 +0100 |
commit | 9884643742b54b88f94111d62f5e89a12a60e604 (patch) | |
tree | f367f5b7aa7ae3b950c26a946b54b737e6014a5c /html/preferences_panel/preferences_panel.html | |
parent | 55469c349c3c47c882ee21348ba67780c8291003 (diff) |
Subdomain wildcard support.
Diffstat (limited to 'html/preferences_panel/preferences_panel.html')
-rw-r--r-- | html/preferences_panel/preferences_panel.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/preferences_panel/preferences_panel.html b/html/preferences_panel/preferences_panel.html index 3a0ad7a..081ae07 100644 --- a/html/preferences_panel/preferences_panel.html +++ b/html/preferences_panel/preferences_panel.html @@ -45,10 +45,10 @@ <h3>Settings</h3> </div> <div id="widgets"> - <fieldset id="section-lists"><legend>Allow or block scripts matching the following URLs ("*" matches any path)</legend> + <fieldset id="section-lists"><legend>Allow or block scripts matching the following URLs ("*."" matches any subdomain, "/*" matches any path)</legend> <label>Type a new whitelist / blacklist entry:</label> <div id="new-site"> - <input type="text" id="site" value="" placeholder="https://www.gnu.org/*"> + <input type="text" id="site" value="" placeholder="https://*.gnu.org/*"> <button id="cmd-whitelist-site" class="white" title="Whitelist this site" default>Whitelist</button> <button id="cmd-blacklist-site" class="red" title="Blacklist this site">Blacklist</button> </div> |