kiro-memory 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4797,11 +4797,11 @@ app.use(helmet({
|
|
|
4797
4797
|
contentSecurityPolicy: {
|
|
4798
4798
|
directives: {
|
|
4799
4799
|
defaultSrc: ["'self'"],
|
|
4800
|
-
scriptSrc: ["'self'", "'unsafe-inline'"],
|
|
4801
|
-
styleSrc: ["'self'", "'unsafe-inline'", "https://cdn.tailwindcss.com"],
|
|
4800
|
+
scriptSrc: ["'self'", "'unsafe-inline'", "'unsafe-eval'", "https://cdn.tailwindcss.com"],
|
|
4801
|
+
styleSrc: ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com", "https://cdn.tailwindcss.com"],
|
|
4802
4802
|
imgSrc: ["'self'", "data:"],
|
|
4803
4803
|
connectSrc: ["'self'"],
|
|
4804
|
-
fontSrc: ["'self'", "https://fonts.
|
|
4804
|
+
fontSrc: ["'self'", "https://fonts.gstatic.com"],
|
|
4805
4805
|
frameSrc: ["'none'"]
|
|
4806
4806
|
}
|
|
4807
4807
|
}
|