Releases: claustromaniac/httpz
Releases · claustromaniac/httpz
HTTPZ
HTTPZ
- Requests are now processed asynchronously
- The page action is now also shown for requests cached in memory that otherwise satisfy the rest of the criteria, for consistency and usability
- Main-doc requests upgraded by HTTPZ are now prevented from caching, to prevent issues if the user needs to whitelist them
HTTPZ
- [bugfix/UX] fix regression from 0.10.1 related to the whitelist button in the popup
HTTPZ
HTTPZ
- [bugfix/UI] if the user or another extension reloaded the page over HTTPS shortly after it was whitelisted through the popup, the page action was shown erroneously.
- [bugfix/UX] the popup no longer stays open after the user clicks the whitelist button
- [bugfix/UX] reloads triggered by the whitelist button now bypass the cache
HTTPZ
Summary of changes since the previous stable version:
- [enhancement] HTTPZ now ignores requests to Tor hidden services
- [enhancement] Manual mode: Added the full URL in a tooltip to the hostname
- [bugfix/UX] Fixed scenarios of unexpected behavior during server-side redirections from HTTPS to HTTP. Most notably, the extension no longer intercepts requests that it is going to attempt to upgrade afterwards anyway
- [UX] Modified the redirect interception page to match the new behavior
- [bugfix/security] Added a fallback check that prevents the extension from starting an insecure request if it ever takes the browser too long to load the interception warning
- [enhancement] Partial FF56 compatibility
- [UI] Reworded options
Commit history:
0.9.4...0.10.0
HTTPZ
HTTPZ
- Improved the feature that intercepts redirections to HTTP: added a fallback check that prevents the extension from making an insecure request if it ever takes the browser too long to load
redirect.htm
- Partial FF56 compatibility. Still not officially supported. Just an experiment
HTTPZ
- #37 hopefully fixed (thanks @grahamperrin)
HTTPZ
- HTTPZ now ignores requests to Tor hidden services
- Added the full URL in a tooltip to the hostname in error.htm
- Fixed scenarios of unexpected behavior during server-side redirections from HTTPS to HTTP. Most notably, the extension no longer intercepts requests that it is going to attempt to upgrade afterwards anyway.
- Modified the redirect interception page to match the new behavior