1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-27 03:40:13 +02:00

Fix AppleAppStoreBridge (#2604)

This commit is contained in:
Nemo
2022-04-04 22:35:52 +05:30
committed by GitHub
parent d3bb00f754
commit 2eaf48de99

View File

@@ -94,6 +94,7 @@ class AppleAppStoreBridge extends BridgeAbstract {
$headers = array( $headers = array(
"Authorization: Bearer $token", "Authorization: Bearer $token",
'Origin: https://apps.apple.com',
); );
$json = json_decode(getContents($uri, $headers), true); $json = json_decode(getContents($uri, $headers), true);