diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-10-10 11:25:26 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-10-12 23:20:54 -0500 |
commit | 02da35db344679e666459b1e84946c7c9e5ba464 (patch) | |
tree | 6019eec51cd9b95256d9d66eb02dee9829f1624f /data/extensions/https-everywhere-eff@eff.org/chrome/content/meta-preferences.xul | |
parent | 50557a44e8257abc03913ed5b0828e9fa509dc85 (diff) |
HTTPS-Everywhere updated to 5.1.1
Diffstat (limited to 'data/extensions/https-everywhere-eff@eff.org/chrome/content/meta-preferences.xul')
-rw-r--r-- | data/extensions/https-everywhere-eff@eff.org/chrome/content/meta-preferences.xul | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/data/extensions/https-everywhere-eff@eff.org/chrome/content/meta-preferences.xul b/data/extensions/https-everywhere-eff@eff.org/chrome/content/meta-preferences.xul new file mode 100644 index 0000000..3e48010 --- /dev/null +++ b/data/extensions/https-everywhere-eff@eff.org/chrome/content/meta-preferences.xul @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> +<?xml-stylesheet href="chrome://https-everywhere/content/preferences.css" type="text/css"?> + +<!DOCTYPE overlay SYSTEM "chrome://https-everywhere/locale/https-everywhere.dtd"> + +<window id="https-everywhere-meta-prefs" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + xmlns:html="http://www.w3.org/1999/xhtml" + title="&https-everywhere.prefs.title;" + persist="screenX screenY width height" + width="600" + height="600"> + <separator class="thin" /> + <tabbox flex="1"> + <tabs> + <tab label="HTTPS Everywhere" /> + <tab label="SSL Observatory" /> + </tabs> + <tabpanels flex="1"> + <tabpanel flex="1" orient="vertical"> + <browser src="chrome://https-everywhere/content/preferences.xul" flex="1"/> + </tabpanel> + <tabpanel flex="1" orient="vertical"> + <browser src="chrome://https-everywhere/content/observatory-preferences.xul" flex="1"/> + </tabpanel> + </tabpanels> + </tabbox> + +</window> |