Serve inspire me as submodule
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 27s

This commit is contained in:
Akshay Kolli
2026-06-19 13:30:22 -07:00
parent 358e9cee4a
commit dc33fcada2
6 changed files with 26 additions and 2 deletions

View File

@@ -4,9 +4,9 @@ const isDev = process.env.NODE_ENV === "development";
const contentSecurityPolicy = [
"default-src 'self'",
`script-src 'self' 'unsafe-inline'${isDev ? " 'unsafe-eval'" : ""}`,
"style-src 'self' 'unsafe-inline'",
"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com",
"img-src 'self' blob: data:",
"font-src 'self' data:",
"font-src 'self' data: https://fonts.gstatic.com",
"connect-src 'self'",
"object-src 'none'",
"frame-src 'none'",