mirror of
https://github.com/aloks98/isoman.git
synced 2026-04-25 19:25:52 +03:00
[GH-ISSUE #4] Feature Request: Configurable File Extension Whitelist #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @pushou on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/aloks98/isoman/issues/4
Description
Currently, the application restricts file uploads to a hard-coded set of formats. I encountered an issue where .ova (Open Virtual Appliance) files are marked as unsupported/unauthorized, preventing me from completing my workflow.
To improve flexibility, I propose making the list of allowed extensions parameterized (configurable) rather than hard-coded.
Proposed Change
Use Case
Thanks for isoman