Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restrict manifest to https ? #199

Closed
laurentperez opened this issue May 11, 2014 · 1 comment
Closed

restrict manifest to https ? #199

laurentperez opened this issue May 11, 2014 · 1 comment
Labels
enhancement question security-tracker Group bringing to attention of security, or tracked by the security Group but not needing response. wontfix

Comments

@laurentperez
Copy link

if a captive portal or a malicious MITM can replace the content of the manifest, it can masquerade a legit app icon (say, sms or contacts) on the user home screen

should the manifest be restricted to https context just like serviceworkers are ?

@marcoscaceres
Copy link
Member

@laurentperez, I understand the concern, but I don't think so. This problem applies to any resource served over HTTP and banning the use of manifest to HTTPS seems like overkill. Unlike service workers, manifests don't have afford an attacker anything that elevates the privileges of a web application.

If we do #161 (integration with service workers) then, yes! One will need to serve manifest over HTTPS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement question security-tracker Group bringing to attention of security, or tracked by the security Group but not needing response. wontfix
Projects
None yet
Development

No branches or pull requests

2 participants