Make CSP more specific for docs

This commit is contained in:
nicolas.dorier
2021-09-21 12:47:46 +09:00
parent 1a593a1ced
commit 258a19fdf5

View File

@@ -2,7 +2,7 @@
@{
Layout = null;
csp.Add("script-src", "https://cdn.jsdelivr.net");
csp.Add("worker-src", "blob:");
csp.Add("worker-src", "blob: self");
}
<!DOCTYPE html>
<html>