Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
📝 Issue #1235: SecurityError: Only secure origins are allowed (see: h…
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Dec 1, 2016
1 parent 2660b51 commit 5241a6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ Alternatively, switch to another plugin that provides the same functionality but

For the time being push support on the browser will only work using the PhoneGap push server.

When you run `phonegap serve` to test browser push point your browser at `http://localhost:3000`. The browser push implementation uses the W3C Push Spec's implementation which relies on ServiceWorkers and ServiceWorkers can only be accessed via the `https` protocol or via `http://localhost`. Pointing your browser at `localhost` will be the easiest way to test.

### Browser Support

Chrome 49+
Expand Down

0 comments on commit 5241a6f

Please sign in to comment.