-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: 🔒️ add gravatar.com to the content security policy #1273
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/frontend/next.config.js The changes in this pull request are mostly about adding a Content Security Policy (CSP) and some changes in the configuration of the application. The risk is relatively low as it doesn't seem to modify any core functionality of the application. However, there are a few points to consider:
\"default-src\": [
\"self\",
process.env.FONT_GOOGLE_URL,
process.env.NEXT_PUBLIC_SUPABASE_URL,
process.env.API_JUNE_URL,
process.env.QUIVR_APP_URL,
],
🔒🔗🚫 Powered by Code Review GPT |
90b4cd5
to
267f518
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super cool !
Description
Add gravatar.com to the content security policy, so that it doesn't get blocked in production.