-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
feature: less verbose CORS error logging #1581
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this change there's no logging of failed requests, right? I have found that useful, as CORS failures are so opaque otherwise.
Setting up CORS is kinda painful. I was thinking the server could have a feature where the admin UI shows CORS failures with a button to add the origin.
Do you plan to continue with this? |
Yes, i will probably pick it up again when i'm back from sailing, unless you want to pick it up, then we can close it ;-) |
😄 the amount and structure of the code is almost exactly the same as the original. |
I reworded the PR title a little as release notes are created from PRs, not issues, so they should be self documenting when possible. Fix or feature - or is it just a change or improvement? In the end it is in the eye of the reader 🤷 . |
Fixes #1576