emerson@netdevops:~/proxbox-api$ gh release view v0.0.8.post1 --repo emersonfelipesp/proxbox-api
back to releases / back to project
proxbox-api v0.0.8.post1
- author
- emersonfelipesp
- created
- 2026-04-23 18:02 UTC
- target
- main
- downloads
- 0
emerson@netdevops:~/proxbox-api$ cat RELEASE_NOTES.md
proxbox-api v0.0.8.post1
Patch release on top of v0.0.8 fixing the API documentation UI.
What's fixed
-
Self-hosted Swagger UI and ReDoc assets —
swagger-ui-bundle.js,swagger-ui.css, andredoc.standalone.jsare now served from/static/swagger-ui/instead of loading from external CDNs (cdn.jsdelivr.net,fonts.googleapis.com). This fixes blank documentation pages in network-isolated environments and resolves CSP violations caused bySecurityHeadersMiddleware. -
Docs-specific Content Security Policy —
/docsand/redocnow receive a targeted CSP (script-src 'unsafe-inline',style-src 'unsafe-inline',img-src data:) that allows Swagger UI's inline initialisation script and ReDoc's React inline styles to execute. All other endpoints retain the strictdefault-src 'self'policy. -
ReDoc Google Fonts removed —
with_google_fonts=Falseis set on the custom/redocroute, eliminating thefonts.googleapis.comandfonts.gstatic.comrequests that were blocked by the CSP.
Upgrade notes
No database migrations or configuration changes required. Restart the server after upgrading.
emerson@netdevops:~/proxbox-api$ gh release download --pattern '*'