From dd68c2761d73d17ed480657e7b92b29d25380896 Mon Sep 17 00:00:00 2001 From: Sylvain Dumont Date: Tue, 15 May 2018 17:49:21 +0200 Subject: [PATCH] csp blob: to data: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e2549..1a4dbb5 100644 --- a/README.md +++ b/README.md @@ -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