-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
I believe it's this piece of code:
web-app-runner/service-worker.js
Lines 16 to 18 in e0d28e9
| const url = new URL(request.url); | |
| url.hash = ""; | |
| const asset = await db.getItem(url.toString()); |
If you go to /index.html, everything is working fine. But if you go to /index.html?something=, then you get to the "upload file" page.
This affects the "Try It" button with the "Quake III Arena" app (webxdc/website#130, https://support.delta.chat/t/run-webxdc-apps-in-the-browser-we-added-try-it-button-to-the-app-store/4445?u=wofwca)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels