Skip to content

Copy CDN assets to local resources #1949

Closed
@felixmulder

Description

@felixmulder

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions