Skip to content

Commit b205f6f

Browse files
authored
Add CSP of Image Icon (#46)
* add headers * changes * Add Flag Source to CSP
1 parent d507f40 commit b205f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const contentSecurityPolicy = [
77
"script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google.com https://www.gstatic.com https://apis.google.com",
88
"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com",
99
"font-src 'self' data: https://fonts.gstatic.com",
10-
"img-src 'self' data: blob: https://res.cloudinary.com https://firebasestorage.googleapis.com https://*.googleusercontent.com https://www.gstatic.com",
10+
"img-src 'self' data: blob: https://res.cloudinary.com https://firebasestorage.googleapis.com https://*.googleusercontent.com https://www.gstatic.com https://purecatamphetamine.github.io",
1111
"connect-src 'self' https://*.googleapis.com https://*.firebaseio.com wss://*.firebaseio.com https://*.firebaseapp.com https://apis.google.com https://accounts.google.com https://cdn.jsdelivr.net https://www.google.com",
1212
"frame-src 'self' https://www.google.com https://*.firebaseapp.com https://accounts.google.com https://apis.google.com https://www.youtube.com https://maps.google.com",
1313
"worker-src 'self' blob:",

0 commit comments

Comments
 (0)