drop-project icon indicating copy to clipboard operation
drop-project copied to clipboard

Add option to serve CSS/JS libraries locally instead of via CDN

Open palves-ulht opened this issue 3 months ago • 0 comments

Is your feature request related to a problem? Please describe. Right now, the HTML pages depend on CSS and JS libraries hosted on external CDNs. This causes issues in constrained environments (e.g., school or corporate computers) where internet access is restricted, and only a limited set of URLs (such as this server) are accessible. As a result, the application may not render or function correctly in those environments.

Describe the solution you'd like I would like an admin-configurable setting that allows these libraries to be served locally from the same server, instead of always pulling them from a CDN. This would ensure the application remains functional even in restricted-network setups.

Describe alternatives you've considered Whitelisting CDN URLs, but this is often not feasible in constrained student or enterprise environments.

palves-ulht avatar Sep 26 '25 12:09 palves-ulht