Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

remove spurious federation checks on localhost #3964

Merged
merged 3 commits into from
Sep 28, 2018

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Sep 26, 2018

There's really no point in checking for destinations called "localhost"
because there is nothing stopping people creating other DNS entries which
point to 127.0.0.1. The right fix for this is
#3953.

Blocking localhost, on the other hand, means that you get a surprise when
trying to connect a test server on localhost to an existing server (with a
'normal' server_name).

There's really no point in checking for destinations called "localhost" because
there is nothing stopping people creating other DNS entries which point to
127.0.0.1. The right fix for this is
#3953.

Blocking localhost, on the other hand, means that you get a surprise when
trying to connect a test server on localhost to an existing server (with a
'normal' server_name).
@richvdh richvdh requested a review from a team September 26, 2018 15:55
@hawkowl
Copy link
Contributor

hawkowl commented Sep 26, 2018

@richvdh CI broke though: not ok 219 Typing notifications also sent to remote room members

@richvdh richvdh self-assigned this Sep 26, 2018
@richvdh
Copy link
Member Author

richvdh commented Sep 26, 2018

indeed, I'll investigate this.

@richvdh richvdh merged commit 3deaad2 into develop Sep 28, 2018
@richvdh richvdh deleted the rav/remove_localhost_checks branch September 28, 2018 12:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants