-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Yes that's a testing scenario, but: https://icsharpcode.github.io/ILSpy/appcast.xml redirects to http://ilspy.net/appcast.xml (should to https, but anyways) - the same would happen to eg
https://github.com/icsharpcode/ILSpy-store/raw/main/releases/ILSpy_Installer_8.0.0.7345.msi
(whereas https://raw.githubusercontent.com/icsharpcode/ILSpy-store/main/releases/ILSpy_Installer_8.0.0.7339-rc1.msi doesn't redirect, I had that specific problem with the Microsoft Store)
Does NetSparkle follow redirects in both cases? (I know for sure now that for grabbing the appcast.xml it doesn't). Maybe make it configurable with a default of false (because evilginx2 could be MITM-ing and forcing the redirect, so it should be a choice for the implementer to say "Yes, please open a security hole")