We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e816e2 commit e6256d7Copy full SHA for e6256d7
lib/common-meta.js
@@ -6,7 +6,7 @@
6
7
const COMMON_META = {
8
// Content Security Policy
9
- csp: "script-src 'self' 'unsafe-eval' 'unsafe-inline' https: data: blob:; style-src 'self' 'unsafe-inline' https: data:; connect-src 'self' https: wss: http://localhost:1234 http://localhost:11434 https://beluga.bubblspace.com https://api.openai.com https://api.anthropic.com https://openrouter.ai; img-src 'self' data: https: blob:; font-src 'self' data: https:; worker-src 'self' blob: data:; object-src 'none';",
+ csp: "script-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob:; style-src 'self' 'unsafe-inline' data:; connect-src 'self' wss://api.openai.com wss://api.anthropic.com http://localhost:1234 http://localhost:11434 https://beluga.bubblspace.com https://api.openai.com https://api.anthropic.com https://openrouter.ai; img-src 'self' data: blob:; font-src 'self' data:; worker-src 'self' blob: data:; object-src 'none';",
10
11
// Common favicon
12
favicon: "lib/Media/TimeCapsule_04.png",
0 commit comments