-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
In the js console it says,
/:1
Refused to load the stylesheet 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback.
Some css is failing to render properly on the admin page making it hard to read. In particular on the admin log viewer, some of the rendering is not working correctly.
The correct behavior is to only use data from the server itself. Reaching out to a CDN is not permitted.
Copilot
Metadata
Metadata
Assignees
Labels
No labels