-
Notifications
You must be signed in to change notification settings - Fork 7
fix: send request from editor #313
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -220,6 +220,7 @@ responseHeaders: | |
| base-uri 'self'; | ||
| connect-src | ||
| 'self' | ||
| https://*.redocly.com | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change in the global
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is fixed. |
||
| https://webhook.frontapp.com | ||
| https://j.clarity.ms/* | ||
| https://api.github.com | ||
|
|
||
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.
The wildcard
*.redocly.comis overly broad. Since the PR objective is to unblockcors.redocly.com, restrict it to that specific subdomain to follow the principle of least privilege and reduce exfiltration risks.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.
Don't see problem to open all our subdomains here.