diff options
Diffstat (limited to 'html/preferences_panel/preferences_panel.html')
-rw-r--r-- | html/preferences_panel/preferences_panel.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/html/preferences_panel/preferences_panel.html b/html/preferences_panel/preferences_panel.html index 5c5a217..2d01f94 100644 --- a/html/preferences_panel/preferences_panel.html +++ b/html/preferences_panel/preferences_panel.html @@ -34,9 +34,11 @@ <table> <tr> - <td><p>Whitelist domains, seperated by comma (wildcard is *)</p></td> + <td><p>Allow all scripts from pages with this text <br> in their URL. (Comma seperated, wildcard is *)</p></td> <td><input id="pref_whitelist" type="text"></input></td> </tr> + <!-- + <tr> <td><p>Display complaint tab on sites where nonfree nontrivial Javascript detected</p></td> <td><input id="pref_complaint_tab" type="checkbox"></input></td> @@ -45,6 +47,8 @@ <td><p>Display notifications of the JavaScript code being analyzed by LibreJS</p></td> <td><input id="pref_notify_analyze" type="checkbox"></input></td> </tr> + + --> <tr> <td><p>Default complaint email subject</p></td> <td><input id="pref_subject" type="text"></input></td> |