mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 11:34:09 +02:00
fix(arstechnica): plus a few unrelated tweaks (#3829)
This commit is contained in:
@@ -523,7 +523,7 @@ class VkBridge extends BridgeAbstract
|
||||
}
|
||||
|
||||
if (!preg_match('#^https?://vk.com/#', $uri)) {
|
||||
returnServerError('Unexpected redirect location');
|
||||
returnServerError('Unexpected redirect location: ' . $uri);
|
||||
}
|
||||
|
||||
$redirects++;
|
||||
|
Reference in New Issue
Block a user