This PR uses the base URL for computing the companion download link in the About the Companion dialog. This fixes #3190 by ensuring that HTTPS downloads of the companion are respected with App Inventor is served over HTTPS. On Chrome, using the HTTP URL when serving over HTTPS will prevent the download from happening.
Change-Id: I49c1cef27b8daa226479e2b9cc6a609a43674e7c
General items:
ant tests
passes on my machineFor all other changes:
master
master
as the baseWhat does this PR accomplish?
This PR uses the base URL for computing the companion download link in the About the Companion dialog. This fixes #3190 by ensuring that HTTPS downloads of the companion are respected with App Inventor is served over HTTPS. On Chrome, using the HTTP URL when serving over HTTPS will prevent the download from happening.