mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-26 03:11:18 +02:00
Fix AppleAppStoreBridge (#2604)
This commit is contained in:
@@ -94,6 +94,7 @@ class AppleAppStoreBridge extends BridgeAbstract {
|
||||
|
||||
$headers = array(
|
||||
"Authorization: Bearer $token",
|
||||
'Origin: https://apps.apple.com',
|
||||
);
|
||||
|
||||
$json = json_decode(getContents($uri, $headers), true);
|
||||
|
Reference in New Issue
Block a user