[IMPLEMENTED] Hosting in a restricted environment 2

I refer to a former post about the CDN topic behind a restricted firewall: [IMPLEMENTED] Hosting in a restricted environment - #19 by Sebastian

It seems that the API-Document-Pages still uses external Content and won’t work behind restricted firwalls:

  • {HOST}/api/content/{APP}/docs
  • {HOST}/api/docs

Both areas loads the script: https://cdn.jsdelivr.net/npm/redoc@2.0.0/bundles/redoc.standalone.js

No action required in my case - in our scenario the URL-Path /api will be public available (external) - but in case of a closed system there is no ability to see the api docs.

Good point. Should be easy to change that.