-
Notifications
You must be signed in to change notification settings - Fork 502
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
Restrict proxy access to known hosts only #10884
Restrict proxy access to known hosts only #10884
Conversation
String[] knownHosts = { | ||
this.genomeNexusUrl, | ||
this.genomeNexusGrch38Url, | ||
"http://mutationaligner.org/api", |
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.
do we still use mutationaligner?
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.
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.
We decided to always show the link. See cBioPortal/cbioportal-frontend#4942
this.genomeNexusUrl, | ||
this.genomeNexusGrch38Url, | ||
"http://mutationaligner.org/api", | ||
"http://docs.cbioportal.org/news" |
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.
should we fix cors on the docs site?
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.
Looks like Github pages now allows CORS! See cBioPortal/cbioportal-frontend#4941
4a12c8c
to
7376a09
Compare
7376a09
to
8268ecc
Compare
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.
👍
Need to merge cBioPortal/cbioportal-frontend#4941 and cBioPortal/cbioportal-frontend#4942 before merging this one.