mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 01:25:28 +03:00
Fix AppleAppStoreBridge (#2604)
This commit is contained in:
parent
d3bb00f754
commit
2eaf48de99
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue