summaryrefslogtreecommitdiffstats
path: root/assets/js/global.js
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2021-01-31 12:18:40 +0100
committerGitHub <noreply@github.com>2021-01-31 12:18:40 +0100
commit82da5cfd0127aaa88fb72ac703a5c8bb80d5d6f7 (patch)
treea39b559d9bc1d4c48d915d1c8ae0cf93b34244a7 /assets/js/global.js
parent909285ea46c7b6602e42da003b6ab39ef5e66f80 (diff)
parent4a0b10984ad4151a8f7c8b0a9db3ed378a6df57e (diff)
downloadinvidious-82da5cfd0127aaa88fb72ac703a5c8bb80d5d6f7.tar.gz
invidious-82da5cfd0127aaa88fb72ac703a5c8bb80d5d6f7.tar.bz2
invidious-82da5cfd0127aaa88fb72ac703a5c8bb80d5d6f7.zip
Merge pull request #1712 from tenpura-shrimp/bumpvideojs
Bump videojs and fix webworker
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;