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
Jsoncrack editor will call multiple external domains (cloudflare, gstatic, googletagmanager, sentry.io) to fetch css, js, etc additional data. This is makes it hard to deploy on servers with limited CSP settings, and require additional Security and Privacy User agreement.
It would be nice to have kind of "offline" editor Version, e.g. managed via variables give admin opportunity to disable external sites calling and fetch static data only from the container.
Alternative solutions or implementations
Such approach is implemented in swagger editor v4, where admin can even disable parts of the editor simply via variables.
Basically ether before to build container source code should be cleaned up from the external resources and replaced with local links, or by container start.
Actually a PWA exists for the app but seem to be disabled for some reason, which was caching the homepage for offline callback so you were able to access it without internet. I'll review to alternatives available.
Asking the naive question:
is there a way to bundle (webpack, rollup ...) the whole thing and don't access any third party resources over the network at all at runtime?
Feature
Jsoncrack editor will call multiple external domains (cloudflare, gstatic, googletagmanager, sentry.io) to fetch css, js, etc additional data. This is makes it hard to deploy on servers with limited CSP settings, and require additional Security and Privacy User agreement.
It would be nice to have kind of "offline" editor Version, e.g. managed via variables give admin opportunity to disable external sites calling and fetch static data only from the container.
Alternative solutions or implementations
Such approach is implemented in swagger editor v4, where admin can even disable parts of the editor simply via variables.
Basically ether before to build container source code should be cleaned up from the external resources and replaced with local links, or by container start.
Other context
E.g. how it was done for other project. amnuts/opcache-gui#84
The text was updated successfully, but these errors were encountered: