Name: | mozilla-https-everywhere |
---|---|
Version: | 2018.1.29 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Applications/Internet |
Size: | 4568698 |
License: | GPLv2+ |
RPM: | mozilla-https-everywhere-2018.1.29-1.el7.noarch.rpm |
Source RPM: | mozilla-https-everywhere-2018.1.29-1.el7.src.rpm |
Build Date: | Mon Mar 19 2018 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://eff.org/https-everywhere |
Summary: | HTTPS enforcement extension for Mozilla Firefox |
Description: | HTTPS Everywhere is a Firefox extension produced as a collaboration between The Tor Project and the Electronic Frontier Foundation. It encrypts your communications with a number of major websites. Many sites on the web offer some limited support for encryption over HTTPS, but make it difficult to use. For instance, they may default to unencrypted HTTP, or fill encrypted pages with links that go back to the unencrypted site. The HTTPS Everywhere extension fixes these problems by rewriting all requests to these sites to HTTPS. The Fedora RPM package includes the legacy XUL version, no longer updated, for SeaMonkey users. |
- They still aren't specifying what the ruleset updates are
- More ruleset updates
- Go back to WebExtensions for RHEL. Stupid me didn't test it.
- Edit summary and description to reflect lack of SeaMonkey support - Fix EL compatibility; RHEL isn't on Firefox 57 yet
- XUL version will now be included for SeaMonkey users. -- NO UPDATES FOR XUL VERSION; YOU MUST FIX THE RULES YOURSELF - Ruleset updates
- Introduce migrations, migrate settings from localStorage to storage api - Firefox: full WebExtensions version
- Decrease memory footprint by using JSON in default.rulesets - Markup changes - Ruleset updates
- Comment out SeaMonkey stuff - Add counter badge to indicate how many rulesets are active - Use Map instead of Object for targets (improves lookups) - Fix race condition with persistent storage - Ruleset updates
- Fix wildcard matching - Remove usage of HTML string assignment - Ruleset updates
- Fix localStorage reference for users with cookies disabled