You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
App Icon is not using https URL
If we look at 'https://build.phonegap.com/apps' html source, the app's icon are not utilizing secure url
Current (Normal HTTP):
< img alt="App_icon_iphone" class="app-icon" src="http://s3.amazonaws.com/build.phonegap.com/[some_hashes]/app_icon_iphone.png" />
Proposed (Secure HTTPS -- Available but not in used):
< img alt="App_icon_iphone" class="app-icon" src="https://s3.amazonaws.com/build.phonegap.com/[some_hashes]/app_icon_iphone.png" />
Complaint URL:
http://community.phonegap.com/nitobi/topics/use_https_for_application_icons
-Amir