From db0b813eea58c4c7d2fe285ca4bb4886b24f5c5f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 4 Mar 2021 14:08:53 -0800 Subject: [PATCH] Do not execute chat-only or video-only js from main app. Closes #787 --- webroot/index.html | 55 +++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/webroot/index.html b/webroot/index.html index b0f03b855..9f2b5c00e 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -39,36 +39,35 @@ If you wish to re-generate this list, run the following shell command (assuming a linux or unix-ish system): - find webroot | grep -E '\.js$' | sed -E 's|webroot(.*)||' + find webroot | grep -E '\.js$' | sed -E 's|webroot(.*)||' + Don't load/preload chat-only or video-only. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +