Merge pull request #3849 from omnivore-app/fix/obsidian-capacitor

Add Obsidian's capacitor origin to our CORs config
This commit is contained in:
Jackson Harper 2024-04-22 19:29:20 -07:00 committed by GitHub
commit e6f5ff871d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,5 +14,6 @@ export const corsConfig = {
env.client.url,
'lsp://logseq.io',
'app://obsidian.md',
'capacitor://localhost',
],
}