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

Fix CSP for external fetches #54

Closed
yelodevopsi opened this issue Sep 20, 2023 · 5 comments
Closed

Fix CSP for external fetches #54

yelodevopsi opened this issue Sep 20, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@yelodevopsi
Copy link
Contributor

Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/font-src if relevant for Graphik Font

@yelodevopsi yelodevopsi self-assigned this Sep 20, 2023
@yelodevopsi yelodevopsi added the enhancement New feature or request label Sep 20, 2023
@yelodevopsi
Copy link
Contributor Author

@yelodevopsi
Copy link
Contributor Author

Found bug here with Next.js:
vercel/next.js#55129

Solved by upgrading to:

    "eslint-config-next": "13.4.20-canary.41",
    "next": "13.4.20-canary.40",

Why not 13.5.2?
Because of warnings:
vercel/next.js#55663

@yelodevopsi
Copy link
Contributor Author

@yelodevopsi
Copy link
Contributor Author

Likely because we don't run server-side from the page.tsx, we're unable to get nonce on localhost (index.html) load.
Splitting this up into a new Issue, and setting PR to current commit state.

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

No branches or pull requests

1 participant