-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
add trusted-origins cli argument #6319
Conversation
Thanks for the patch! Could we add a |
Or maybe |
Thanks for getting back to me. Added |
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.
Thanks, this is great! The *
is a nice touch too.
Ah right we will need to update the unit test as well. |
Thanks for the feedback! |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6319 +/- ##
==========================================
- Coverage 73.67% 73.66% -0.02%
==========================================
Files 31 31
Lines 1869 1872 +3
Branches 401 403 +2
==========================================
+ Hits 1377 1379 +2
- Misses 415 416 +1
Partials 77 77
Continue to review full report in Codecov by Sentry.
|
Thanks again! |
Fixes #6064