Closed
Description
Some people would probably prefer to generate a page that does not rely on external assets. Currently we rely on the Bootstrap 4 CDN and the Google webfonts CDN. The assets loaded from these should be made available locally.
A drawback with straight up copying them, is that some browsers employ a security feature that does not allow you to load assets from a directory that is shallower than that of the HTML file.
Perhaps the best approach would be to copy the CSS and JS files locally, keep the webfonts CDN and just add sane fallback fonts in case these aren't reachable.