@kolbo/mcp 1.56.0 → 1.56.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 +1 -1
- package/src/apps/index.js +7 -0
package/package.json
CHANGED
package/src/apps/index.js
CHANGED
|
@@ -69,12 +69,19 @@ const WIDGET_CSP = {
|
|
|
69
69
|
'https://fonts.googleapis.com', // Inter / JetBrains Mono stylesheet
|
|
70
70
|
'https://fonts.gstatic.com', // font files
|
|
71
71
|
'https://images.pexels.com', // stock thumbnails
|
|
72
|
+
'https://images.unsplash.com', // stock thumbnails (Unsplash)
|
|
73
|
+
'https://plus.unsplash.com', // Unsplash+ premium images
|
|
74
|
+
'https://cdn.coverr.co', // Coverr video thumbnails
|
|
75
|
+
'https://cdn.freesound.org', // Freesound waveform previews
|
|
72
76
|
// Wildcards as a second layer for hosts that do support them.
|
|
73
77
|
'https://*.kolbo.ai',
|
|
74
78
|
'https://*.digitaloceanspaces.com',
|
|
75
79
|
'https://*.cdn.digitaloceanspaces.com',
|
|
76
80
|
'https://*.pexels.com',
|
|
77
81
|
'https://*.pixabay.com',
|
|
82
|
+
'https://*.unsplash.com',
|
|
83
|
+
'https://*.coverr.co',
|
|
84
|
+
'https://*.freesound.org',
|
|
78
85
|
'https://*.sketchfab.com',
|
|
79
86
|
'https://*.cloudfront.net',
|
|
80
87
|
],
|