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:\nUploads 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": '

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:\nOpplastning vil gå litt tregere, men det får så være.\nBeklager bryderiet !", + "u_emtleakc": "\n\nPS: feilen skal være fikset i chrome v107", "u_s404": "ikke funnet på serveren", "u_expl": "forklar", "u_tu": '

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 : '')); } /////