Open
Description
At this moment, we have app.use-cdn
parameter (#1059) to enable/disable CDN usage. In order to be able to mitigate possible slowdowns or outages of external resources quicker (without restart or redeploy), let's make it configurable via Togglz.
Also, with the feature flag we can switch it on/off to measure performance of different strategies. Perhaps, we should serve everything from our own domains: https://csswizardry.com/2019/05/self-host-your-static-assets/