Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update application.conf filters #527

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

tjsilver
Copy link
Contributor

@tjsilver tjsilver commented Mar 5, 2025

What is the purpose of this change?

  • Resolve the console errors observed in Chrome Refused to load the font... because it violates the following Content Security Policy directive: font-src 'self' by adding data: to the font source CSP.
  • Remove the external fonts sources from the CSP - we now include fonts as part of the bundle. These sources are not referenced anywhere else in the codebase or in the Network tab of the browser devtools (Firefox and Chrome) so should be safe to remove.

What is the value of this change and how do we measure success?

No console errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant