[API] Security hotfix for source, picked from postActive
This commit is contained in:
parent
983478aeec
commit
cd3a9ec6a9
|
@ -166,6 +166,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction
|
||||||
parent::prepare($args);
|
parent::prepare($args);
|
||||||
|
|
||||||
$this->status = $this->trimmed('status');
|
$this->status = $this->trimmed('status');
|
||||||
|
$this->source = $this->trimmed('source');
|
||||||
$this->lat = $this->trimmed('lat');
|
$this->lat = $this->trimmed('lat');
|
||||||
$this->lon = $this->trimmed('long');
|
$this->lon = $this->trimmed('long');
|
||||||
$matches = array();
|
$matches = array();
|
||||||
|
@ -294,6 +295,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction
|
||||||
|
|
||||||
|
|
||||||
$content = html_entity_decode($status_shortened, ENT_NOQUOTES, 'UTF-8');
|
$content = html_entity_decode($status_shortened, ENT_NOQUOTES, 'UTF-8');
|
||||||
|
$source = html_entity_decode($this->source, ENT_NOQUOTES, 'UTF-8');
|
||||||
|
|
||||||
$options = array('reply_to' => $reply_to);
|
$options = array('reply_to' => $reply_to);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user