You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! I had a short look at this. Could we just pull redoc.standalone.js into our repo and embed it like we do for ./backend/internal/server/html.index and ./backend/internal/server/openapi.yml?
The only thing is that this adds maintenance overhead to keep up with the latest version of redoc.standalone.js, but we could add a GHA job to take care of that potentially.
Currently, ReDoc is pulled from
cdn.redoc.ly
. We should self-host ReDoc to not leak user data.The text was updated successfully, but these errors were encountered: