From 8b53a0a8b47c60a0c63bac0675c79f24977eb991 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Fri, 7 Apr 2023 03:42:47 -0400 Subject: [PATCH] nothing; just syncing --- index.html | 6 +++--- thirdparty/mitm.html | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) 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