forked from GNUsocial/gnu-social
User agents and generators changed to GNU social
This commit is contained in:
@@ -129,7 +129,7 @@ abstract class JsonStreamReader
|
||||
$lines = array(
|
||||
"GET $path HTTP/1.1",
|
||||
"Host: $host",
|
||||
"User-Agent: StatusNet/" . STATUSNET_VERSION . " (TwitterBridgePlugin)",
|
||||
'User-Agent: ' . HTTPClient::userAgent() . ' (TwitterBridgePlugin)',
|
||||
"Connection: close",
|
||||
"",
|
||||
""
|
||||
|
Reference in New Issue
Block a user