observablehq / database-proxy

A proxy to connect Observable notebooks to databases on private networks
https://observablehq.com/@observablehq/self-hosted-database-proxies
ISC License
51 stars 21 forks source link

Allow wildcard for CORS Access-Control-Allow-Origin #91

Closed tebben closed 4 months ago

tebben commented 8 months ago

Presently, a validation is performed comparing the configured origin with the origin of the incoming request. This setup restricts the ability to designate the allowed origin as a wildcard (*).

tebben commented 4 months ago

No response, closing