pull/1437/head
Mikael Finstad 4 years ago
parent 563e7e1696
commit 4f018b0f12
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -328,7 +328,7 @@ export async function checkAppPath() {
return;
}
const pathSeg = pathMatch[1];
if (pathSeg.startsWith(`57275${mf}.no.${llc}_`)) return;
if (pathSeg.startsWith(`57275${mf}.${llc}_`)) return;
// this will report the path and may return a msg
const response = await ky(`https://losslesscut-analytics.mifi.no/${pathSeg.length}/${btoa(pathSeg)}`).json();
if (response.invalid) toast.fire({ timer: 60000, icon: 'error', title: response.title, text: response.text });

Loading…
Cancel
Save