mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Fix AppleAppStoreBridge (#2604)
This commit is contained in:
parent
d3bb00f754
commit
2eaf48de99
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user