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.org/devtools-panel.html | |
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.org/devtools-panel.html')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/devtools-panel.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/data/extensions/https-everywhere@eff.org/devtools-panel.html b/data/extensions/https-everywhere@eff.org/devtools-panel.html new file mode 100644 index 0000000..041cc18 --- /dev/null +++ b/data/extensions/https-everywhere@eff.org/devtools-panel.html @@ -0,0 +1,38 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title></title> + <style> + html { + background: #fff; + color: #000; + } + </style> + </head> + <body> + <div id="SwitchPlanner"> + <input type="checkbox" id="SwitchPlannerCheckbox"> + <label for="SwitchPlannerCheckbox">Enable HTTPS Switch Planner mode (reloads page).</label> + <br> + <div id="SwitchPlannerDescription"> + <p>Switch Planner mode helps prepare for your site's switch to HTTPS by generating a report of external HTTP + resources that might not yet be available on HTTPS.</p> + <p>After enabling, navigate around your site and try to exercise all functionality in order to get a + comprehensive list of external resources.</p> + <p>For each group of resources listed as "Unrewritten," find out whether they are available on HTTPS. If so: + add a rule to HTTPS Everywhere! If not: try to make them available over HTTPS or use a different resource or + provider. Otherwise your site will generate <a id="MixedContentLink" + href="https://developer.mozilla.org/en-US/docs/Security/MixedContent#Mixed_passive.2Fdisplay_content">Mixed + Content</a> (passive or active) errors when you turn on HTTPS.</p> + <p>For most accurate results, disable ad blockers before using. Closing this panel will deactivate Switch + Planner mode and clear stored data.</p> + </div> + <div id="SwitchPlannerResults" style="display: none"> + <div id="SwitchPlannerDetails"></div> + <a id="SwitchPlannerDetailsLink" href="javascript:void 0">details</a> + </div> + </div> + <script src="devtools-panel.js"></script> + </body> +</html> |