We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5adfa commit b27bde1Copy full SHA for b27bde1
1 file changed
svelte.config.js
@@ -20,7 +20,7 @@ const config = {
20
],
21
'font-src': ['self'],
22
'img-src': ['self', 'data:', 'https:'],
23
- 'connect-src': ['self'],
+ 'connect-src': ['self', 'https://api.tosdr.org'],
24
'object-src': ['none'],
25
'base-uri': ['self'],
26
'form-action': ['self'],
0 commit comments