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

Whitelist all wire.com email addresses #578

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

tiago-loureiro
Copy link
Contributor

No description provided.

@@ -36,6 +37,9 @@ verify (Whitelist url user pass) key =
_ -> throwM $
HttpExceptionRequest rq (StatusCodeException (rsp { responseBody = () }) mempty)
where
isKnownDomain (Left e) = emailDomain e == "wire.com"
Copy link
Contributor

Choose a reason for hiding this comment

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

In the future we should move this into the config but for now it's fine.

Copy link
Contributor

Choose a reason for hiding this comment

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

Well, either config or just put everything into C*, yeah.

@tiago-loureiro tiago-loureiro merged commit d41d807 into develop Jan 21, 2019
@tiago-loureiro tiago-loureiro deleted the whitelist-all-wire_com-emails branch January 21, 2019 17:25
@fisx fisx mentioned this pull request Jan 24, 2019
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.

None yet

2 participants