Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow non standard CORS origin schemes #4

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

h4l
Copy link
Owner

@h4l h4l commented Jul 7, 2024

We now allow literal CORS origin URLs in the configuration with schemes other than https. For example, chrome-extension:// or moz-extension://.

Web browser extensions use schemes like these when making fetch() requests.

h4l added 2 commits July 7, 2024 06:45
We now allow literal CORS origin URLs in the configuration with schemes
other than https. For example, chrome-extension:// or moz-extension://.
Web browser extensions use schemes like these when making fetch()
requests.
@h4l h4l merged commit a1a09c2 into main Jul 7, 2024
1 check passed
@h4l h4l deleted the non-standard-cors-origin-schemes branch July 7, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant