1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 07:37:27 +02:00

fix(reddit): cache tweak for 403 forbidden (#3830)

This commit is contained in:
Dag
2023-12-13 21:56:14 +01:00
committed by GitHub
parent f01729c86f
commit d157816e07
4 changed files with 14 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ function getContents(
// Ignore invalid 'Last-Modified' HTTP header value
}
}
// todo: to be nice nice citizen we should also check for Etag
}
$response = $httpClient->request($url, $config);