1
0
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:
Dag
2023-12-13 21:40:13 +01:00
committed by GitHub
parent 0b67544f86
commit f01729c86f
6 changed files with 18 additions and 17 deletions

View File

@@ -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++;