Skip to content

Commit

Permalink
csp blob: to data:
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaindumont authored May 15, 2018
1 parent 3cf9f62 commit dd68c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ 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 blob:` and `script-src blob:` in your config.
Greenlet require `worker-src data:` and `script-src data:` in your config.

## License & Credits

Expand Down

0 comments on commit dd68c27

Please sign in to comment.