mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
feat: add etag support to getContents (#3893)
This commit is contained in:
@@ -518,7 +518,10 @@ abstract class XPathAbstract extends BridgeAbstract
|
||||
if (strlen($value) === 0) {
|
||||
return '';
|
||||
}
|
||||
if (strpos($value, 'http://') === 0 || strpos($value, 'https://') === 0) {
|
||||
if (
|
||||
strpos($value, 'http://') === 0
|
||||
|| strpos($value, 'https://') === 0
|
||||
) {
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user