diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
commit | 229240370f009a7ba1dc31f57bcfcbd2cf785d0a (patch) | |
tree | defa51219f44d19451bbcfd1e8298eadb1e3f4b7 /data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button_binding.xml | |
parent | f2a3be07039056c76e3ca4e6040ec900ba64f376 (diff) |
Updated extensions
- HTTPS Everywhere updated to 2018.1.11
- "goteo.org payments with free JS" updated to 1.1
- "LibreJS compatible Pay.gov" updated to 1.3
- "Reveal hidden HTML" updated to 1.6
- Enabled WebRTC, but prevent leaking the LAN ip.
Diffstat (limited to 'data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button_binding.xml')
-rw-r--r-- | data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button_binding.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button_binding.xml b/data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button_binding.xml deleted file mode 100644 index 1981b3a..0000000 --- a/data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button_binding.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0"?> -<!-- -Toolbar button needs to be extended to show a counter for the number of -rulesets applied, and this can be done using XBL. - -See: https://developer.mozilla.org/en-US/docs/XBL ---> -<bindings xmlns="http://www.mozilla.org/xbl" - xmlns:xbl="http://www.mozilla.org/xbl" - xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - - <binding id="https-everywhere-binding"> - <content> - <!-- ruleset counter (rscounter) and rulesets applied (rsapplied) --> - <xul:stack id="rscounter"> - <xul:label id="rsapplied" xbl:inherits="value=rulesetsApplied" /> - </xul:stack> - - <!-- - Https everywhere toolbar button is already defined; just use its settings. - TODO: Look into any issues with oncommand/oncontext. - --> - <xul:toolbarbutton - class="https-everywhere-button toolbarbutton-1 chromeclass-toolbar-additional" - flex="1" - allowevents="true" - xbl:inherits="type,crop,image,label,accesskey,command,align,dir,pack,orient,wrap"> - - <children includes="menupopup" /> - </xul:toolbarbutton> - </content> - </binding> -</bindings> |