diff --git a/index.html b/index.html index 644973b..d7368f0 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - + @@ -2483,11 +2483,11 @@ // session.hidehome = true; // If used, 'hide home' will make the landing page inaccessible, along with hiding a few go-home elements. // session.record = false; // uncomment to block users from being able to record via vdo.ninja's built in recording function - + - + diff --git a/thirdparty/mitm.html b/thirdparty/mitm.html index 360038d..ef63ba4 100644 --- a/thirdparty/mitm.html +++ b/thirdparty/mitm.html @@ -153,10 +153,10 @@ if (navigator.serviceWorker) { window.onmessage = onMessage messages.forEach(window.onmessage) }) -} else { - // FF can ping sw with fetch from a secure hidden iframe - // shouldn't really be possible? - keepAlive() } +// FF can ping sw with fetch from a secure hidden iframe +// shouldn't really be possible? +keepAlive() + \ No newline at end of file