Skip to content

Releases: claustromaniac/httpz

HTTPZ

28 Apr 22:29
4a4c3a0
Compare
Choose a tag to compare
HTTPZ Pre-release
Pre-release
  • 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

27 Apr 14:01
8fd5398
Compare
Choose a tag to compare
HTTPZ Pre-release
Pre-release
  • 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

27 Apr 13:52
9743216
Compare
Choose a tag to compare
HTTPZ Pre-release
Pre-release
  • 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

21 Jan 12:40
b34d38f
Compare
Choose a tag to compare
0.6.2

increment version

HTTPZ

19 Jan 19:26
3f8e5f2
Compare
Choose a tag to compare
HTTPZ Pre-release
Pre-release
  • Requests to private addresses should be ignored.

HTTPZ

15 Jan 20:26
1c2c407
Compare
Choose a tag to compare
  • 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

15 Jan 02:18
1755b81
Compare
Choose a tag to compare
HTTPZ Pre-release
Pre-release
0.6.0b3

0.6.0b3

HTTPZ

14 Jan 21:26
08e3392
Compare
Choose a tag to compare
HTTPZ Pre-release
Pre-release
0.6.0b2

- add popup with button for adding and removing sites from the whitelist
- misc bugfixes and streamlining

HTTPZ

10 Jan 22:49
d7d8856
Compare
Choose a tag to compare
HTTPZ Pre-release
Pre-release
0.6.0b

- add options page
- allow changing the period to ignore HTTP-only sites

HTTPZ

08 Jan 19:20
45146e3
Compare
Choose a tag to compare
  • better error-handling
  • the extension now ignores requests to loopback addresses