|
|
@@ -106,6 +106,8 @@ class Zend_Feed_Pubsubhubbub_Subscriber_Callback
|
|
|
&& $this->_hasValidVerifyToken(null, false)
|
|
|
&& ($this->_getHeader('Content-Type') == 'application/atom+xml'
|
|
|
|| $this->_getHeader('Content-Type') == 'application/rss+xml'
|
|
|
+ || $this->_getHeader('Content-Type') == 'application/xml'
|
|
|
+ || $this->_getHeader('Content-Type') == 'text/xml'
|
|
|
|| $this->_getHeader('Content-Type') == 'application/rdf+xml')
|
|
|
) {
|
|
|
$this->setFeedUpdate($this->_getRawBody());
|