Releases: claustromaniac/httpz
Releases · claustromaniac/httpz
HTTPZ
- fixed error when trying to import settings where ignorePeriod = 0
- fixed incognito whitelist not being saved to disk
- fixed numeric input element in the options page resetting to 1 when the relevant radio element was re-selected after selecting another one
HTTPZ
- added message in the popup to inform users of the whitelisting behavior specific to private windows (visible from private windows only)
- fixed page action not showing consistently for whitelisted sites
- added
Clear whitelist
button in the options page - added controls to export/import settings in JSON format
- fixed the new option to remember secure sites
- miscellaneous cosmetic changes and very minor fixes
HTTPZ
- improved the checks to avoid redirecting local/private addresses
- HTTPZ no longer redirects based on the type of error returned by Firefox. Instead, it makes sure items only stay in the ignore list as long as sites that error out over https don't do so over http (i.e. when the retry over http fails too, the item is removed from the ignore list). This should be a future-proof and overall more reliable approach.
- the whitelist can now be edited directly from the options page. Items added to the whitelist from an incognito window (via the popup) should always be invisible.
- HTTPZ by default now remembers sites that load successfully over HTTPS, and doesn't fall back to HTTP if redirecting those to HTTPS fails in the future. Can be disabled from the options page.
- HTTP error codes are no longer considered errors. Users have to manually whitelist sites if they get such errors (like 404 not found).
- miscellaneous fixes and improvements
HTTPZ
0.6.2 increment version
HTTPZ
- Requests to private addresses should be ignored.
HTTPZ
- Added an options page. Users can now customize the period to remember sites.
- By default, all sites that don't support HTTPS are now remembered for a week.
- Added a clickable URL bar icon (page action). It is shown when a site is successfully redirected to HTTPS. On click it shows a popup with a button to whitelist the site in question, which makes it load in HTTP. This is for special cases, like some sites that support HTTPS but don't work well over that protocol when mixed content is blocked.
- Various minor bugfixes
HTTPZ
0.6.0b3 0.6.0b3
HTTPZ
0.6.0b2 - add popup with button for adding and removing sites from the whitelist - misc bugfixes and streamlining
HTTPZ
0.6.0b - add options page - allow changing the period to ignore HTTP-only sites
HTTPZ
- better error-handling
- the extension now ignores requests to loopback addresses