Page MenuHomePhabricator

D9694.diff
No OneTemporary

D9694.diff

diff --git a/src/applications/conduit/method/ConduitAPIMethod.php b/src/applications/conduit/method/ConduitAPIMethod.php
--- a/src/applications/conduit/method/ConduitAPIMethod.php
+++ b/src/applications/conduit/method/ConduitAPIMethod.php
@@ -137,16 +137,6 @@
}
protected function validateHost($host) {
- if (!$host) {
- // If the client doesn't send a host key, don't complain. We should in
- // the future, but this change isn't severe enough to bump the protocol
- // version.
-
- // TODO: Remove this once the protocol version gets bumped past 2 (i.e.,
- // require the host key be present and valid).
- return;
- }
-
// NOTE: Compare domains only so we aren't sensitive to port specification
// or omission.

File Metadata

Mime Type
text/plain
Expires
Mon, May 13, 11:54 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6294227
Default Alt Text
D9694.diff (770 B)

Event Timeline