cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.26k stars 263 forks source link

Document how to use custom protocols (chrome-extension://, etc.) #219

Closed aguynamedben closed 1 year ago

aguynamedben commented 3 years ago

Document workaround discussed in https://github.com/cyu/rack-cors/issues/100

Here's what the Markdown once rendered by GitHub:

image

benoror commented 2 years ago

+1 I stumbled upon this while working with a capacitor://localhost project

cyu commented 1 year ago

I just released 2.0.0.rc, which supports custom protocols. Thanks for the addition!