Files
meshcore-hub/src/meshcore_hub
Louis King 5b8b2eda10 Fix mixed content blocking for static assets behind reverse proxy
Add ProxyHeadersMiddleware to trust X-Forwarded-Proto headers from
reverse proxies. This ensures url_for() generates HTTPS URLs when
the app is accessed via HTTPS through nginx or similar proxies.

Without this, static assets (CSS, JS) were blocked by browsers as
mixed content when the site was served over HTTPS.
2026-02-08 22:08:04 +00:00
..
2026-02-06 12:50:40 +00:00
2025-12-07 21:55:10 +00:00
2025-12-06 12:53:29 +00:00
2025-12-07 22:02:42 +00:00