diff options
| author | Andrew Zhao <azhao12345@users.noreply.github.com> | 2021-01-27 10:45:03 -0500 |
|---|---|---|
| committer | Andrew Zhao <azhao12345@users.noreply.github.com> | 2021-01-29 19:08:28 -0500 |
| commit | 4a0b10984ad4151a8f7c8b0a9db3ed378a6df57e (patch) | |
| tree | a0e379c2d7b1f3e1867bf0cbc1743c8c1b7281a6 /assets/js/global.js | |
| parent | 69406b00d151b3df6b1314e475883732f62098ad (diff) | |
| download | invidious-4a0b10984ad4151a8f7c8b0a9db3ed378a6df57e.tar.gz invidious-4a0b10984ad4151a8f7c8b0a9db3ed378a6df57e.tar.bz2 invidious-4a0b10984ad4151a8f7c8b0a9db3ed378a6df57e.zip | |
Bump videojs and fix webworker
Diffstat (limited to 'assets/js/global.js')
| -rw-r--r-- | assets/js/global.js | 3 |
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; |
