HTTP API CORS Settings

Howdy!

I would love to build myself a local dashboard that sources data from Logseq.
Unfortunately, HTTP API disallows CORS and there is no setting to change that.
It would be awesome if we could tweak the value of the Access-Control-Allow-Origin header for the HTTP API.

Adding effect: true to the manifest should work?

Sorry that this is not likely fine documented

Thank you!

I can understand how that could work within a plugin, but I am looking to call the API from outside of Logseq - ideally, a locally hosted page.

But maybe if I package it as a plugin, that could work :thinking: