From 4a0b10984ad4151a8f7c8b0a9db3ed378a6df57e Mon Sep 17 00:00:00 2001 From: Andrew Zhao Date: Wed, 27 Jan 2021 10:45:03 -0500 Subject: Bump videojs and fix webworker --- assets/js/global.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 assets/js/global.js (limited to 'assets/js/global.js') 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; -- cgit v1.2.3