Skip to content

Commit

Permalink
fix: Update nuxt.config.ts with google.com for recaptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate authored Apr 10, 2024
1 parent 6c1e85f commit f2daf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default defineNuxtConfig({
// https://developer.mozilla.org/fr/docs/Web/HTTP/CSP
'Content-Security-Policy': [
// Only allows these iframe origins
"frame-src 'self' *.youtube.com *.vimeo.com *.instagram.com *.soundcloud.com",
"frame-src 'self' *.youtube.com *.vimeo.com *.instagram.com *.soundcloud.com *.google.com",
// Only allows these script origins
//"script-src 'self' 'unsafe-inline' *.google.com *.googleapis.com *.gstatic.com",
// Only allows these images origins
Expand Down

0 comments on commit f2daf63

Please sign in to comment.