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

Server whitelist #685

Merged
merged 38 commits into from
Aug 10, 2020
Merged

Server whitelist #685

merged 38 commits into from
Aug 10, 2020

Conversation

sclassen
Copy link
Contributor

@sclassen sclassen commented Aug 6, 2020

No description provided.

@hendrikebbers hendrikebbers mentioned this pull request Aug 10, 2020
@sclassen sclassen marked this pull request as ready for review August 10, 2020 11:27
final WhitelistEntry validEntry = validateWhitelistUrl("http://*.test.com");

assertMatch(validEntry, "http://sub.test.com");
// FIXME: assertMatch(validEntry, "http://sub.sub.test.com");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hendrikebbers
Any comment on this FIXME?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we just need to document that only 1 subdomain is supported for now. @janakmulani is this part of the doc?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@sclassen sclassen merged commit 2afffea into master Aug 10, 2020
@sclassen sclassen deleted the serverWhitelist branch August 10, 2020 15:27
@hendrikebbers hendrikebbers added this to the 2.0.0-alpha15 milestone Aug 17, 2020
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.

3 participants