Skip to content

Commit b27bde1

Browse files
committed
add svelte config
1 parent 3e5adfa commit b27bde1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
],
2121
'font-src': ['self'],
2222
'img-src': ['self', 'data:', 'https:'],
23-
'connect-src': ['self'],
23+
'connect-src': ['self', 'https://api.tosdr.org'],
2424
'object-src': ['none'],
2525
'base-uri': ['self'],
2626
'form-action': ['self'],

0 commit comments

Comments
 (0)