summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul')
-rw-r--r--data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul b/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
index c3cbed0..a4fe612 100644
--- a/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
+++ b/data/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
@@ -42,9 +42,12 @@
<menupopup id="https-everywhere-context" onpopupshowing="show_applicable_list(this)">
<!-- entries will be written here by ApplicableList.populate_menu() -->
- <menuseparator />
+ <menuseparator class="hide-on-disable"/>
+ <menuitem type="checkbox" id="http-nowhere-item" label="Block all HTTP requests"
+ oncommand="httpsEverywhere.toolbarButton.toggleHttpNowhere()" class="hide-on-disable"/>
+ <menuseparator class="hide-on-disable"/>
<menuitem type="checkbox" id="https-everywhere-counter-item" label="&https-everywhere.menu.showCounter;"
- oncommand="httpsEverywhere.toolbarButton.toggleShowCounter()" />
+ oncommand="httpsEverywhere.toolbarButton.toggleShowCounter()" class="hide-on-disable"/>
<menuseparator />
<menuitem label="&https-everywhere.menu.observatory;" command="https-everywhere-menuitem-observatory" />
<menuitem label="&https-everywhere.menu.about;" command="https-everywhere-menuitem-about" />