Progressing on profile edition and thumbnail cropping

This commit is contained in:
2024-09-11 17:47:04 +02:00
parent e904f28b3b
commit 6856d3b9af
25 changed files with 278 additions and 88 deletions

View File

@@ -99,7 +99,12 @@ export default defineNuxtConfig({
}
},
security: {
rateLimiter: false
rateLimiter: false,
headers: {
contentSecurityPolicy: {
"img-src": "'self' data: blob:"
}
}
},
compatibilityDate: '2024-07-25',
})