Skip to content

Commit

Permalink
Merge branch 'master' of github.com:developit/greenlet
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed May 15, 2018
2 parents 8a9481a + be85feb commit 4471ddf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ if (window.Worker) {
}
```

### CSP

If your app has a [Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy),
Greenlet require `worker-src data:` and `script-src data:` in your config.

## License & Credits

> In addition to the contributors, credit goes to [@sgb-io](https://github.com/sgb-io) for his annotated exploration of Greenlet's source. This prompted a refactor that clarified the code and allowed for further size optimizations.
Expand Down

0 comments on commit 4471ddf

Please sign in to comment.