Skip to content

Commit

Permalink
change https requirement to secure context (mdn#28350)
Browse files Browse the repository at this point in the history
* change https requirement to secure context to improve consistency with other mdn pages

* Apply suggestions from code review

---------

Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
  • Loading branch information
3 people authored Aug 3, 2023
1 parent 827fd3c commit 71a1602
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,9 @@ Chromium-based browsers, including Google Chrome, Samsung Internet, and Microsof

For a full description of every member, see the [web app manifest reference documentation](/en-US/docs/Web/Manifest).

### HTTPS
### Secure context

For a web app to be installable, it must be served over HTTPS.

Note that to make development easier, browsers do not require HTTPS if the web app is accessed via the `localhost` domain.
For a web app to be installable, it must be served in a [secure context](/en-US/docs/Web/Progressive_web_apps). This usually means that it must be served over HTTPS. Local resources, such as localhost, `127.0.0.1` and `file://` are also considered secure.

### Service worker

Expand Down

0 comments on commit 71a1602

Please sign in to comment.