mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #530] [Feature Request] No Javascript Fallback #309
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Charadon on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/530
Specific Demand
If there's no javascript functionality available, fallback to a non-js index view. This would allow you to access it via more minimal and/or terminal based web browsers such as
linksorlynxImplement Suggestion
Probably have to do something with a
<noscript>tag. Maybe have it add a cookie, that tells the server-side software it needs to provide a non-js index by converting the JSON to standard HTML. I'd help, but I can't program in rust =P