Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15380825
D9694.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
770 B
Referenced Files
None
Subscribers
None
D9694.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 4:38 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7657265
Default Alt Text
D9694.diff (770 B)
Attached To
Mode
D9694: Complain if a Conduit Client doesn't send a host key.
Attached
Detach File
Event Timeline
Log In to Comment