Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

App Icon is not using https URL #18

@amirudin

Description

@amirudin

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions