activescott / lessmsi

A tool to view and extract the contents of an Windows Installer (.msi) file.
https://lessmsi.activescott.com
MIT License
1.29k stars 150 forks source link

Avoids HTTPS Downgrade via Redirect Chain #153

Closed jonathansampson closed 3 years ago

jonathansampson commented 3 years ago

Unfortunately, https://internetdefenseleague.com redirects to the non-secure http://www.*, which itself redirects to the secure https://www.*.

image

The suggested change avoids the redirects entirely, linking to the desired resource directly, and preserving the initial HTTPS connection.

cc @activescott

activescott commented 3 years ago

Simple but lovely improvement. Thank you for the contribution and the explanation @jonathansampson! 🙇‍♂️