From fcc429604006956c8863bd03df32d69f323239b8 Mon Sep 17 00:00:00 2001
From: ed
Date: Sun, 11 Sep 2022 22:31:36 +0200
Subject: [PATCH] mention the upcoming bugfix in chrome
---
copyparty/web/browser.js | 2 ++
copyparty/web/up2k.js | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index f9af6b83..b11f9603 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -323,6 +323,7 @@ var Ls = {
"u_emtleak2": ' switch to https (recommended) or ',
"u_emtleak3": ' ',
"u_emtleak4": "try the following:\n
Uploads will be a bit slower, but oh well.\nSorry for the trouble !",
+ "u_emtleakc": "\n\nPS: chrome v107 has a bugfix for this",
"u_s404": "not found on server",
"u_expl": "explain",
"u_tu": 'F5
to refresh the pagemt
button in the ⚙️ settings
WARNING: turbo enabled, client may not detect and resume incomplete uploads; see turbo-button tooltip
', @@ -666,6 +667,7 @@ var Ls = { "u_emtleak2": ' helst at du bytter til https, eller ', "u_emtleak3": ' at du ', "u_emtleak4": "prøver følgende:\nmt
bryteren under ⚙️ innstillinger
ADVARSEL: turbo er på, avbrutte opplastninger vil muligens ikke oppdages og gjenopptas; hold musepekeren over turbo-knappen for mer info
', diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 7275c08f..34ca9a3a 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -1397,7 +1397,7 @@ function up2k_init(subtle) { st.oserr = true; var msg = HTTPS ? L.u_emtleak3 : L.u_emtleak2.format((window.location + '').replace(':', 's:')); - modal.alert(L.u_emtleak1 + msg + L.u_emtleak4); + modal.alert(L.u_emtleak1 + msg + L.u_emtleak4 + (CHROME ? L.u_emtleakc : '')); } /////