summaryrefslogtreecommitdiffstats
path: root/assets/js/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/global.js')
-rw-r--r--assets/js/global.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/assets/js/global.js b/assets/js/global.js
deleted file mode 100644
index efb447fb..00000000
--- a/assets/js/global.js
+++ /dev/null
@@ -1,3 +0,0 @@
-// Disable Web Workers. Fixes Video.js CSP violation (created by `new Worker(objURL)`):
-// Refused to create a worker from 'blob:http://host/id' because it violates the following Content Security Policy directive: "worker-src 'self'".
-window.Worker = undefined;