1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 14:20:16 +02:00

[GolemBridge.php] changed cookie (#4399)

the cookie value changed, without the new cookie it's not possible to parse the articles
This commit is contained in:
Tone
2025-01-07 23:40:55 +01:00
committed by GitHub
parent 0e2655fc8a
commit 39ecd63f72

View File

@@ -53,7 +53,7 @@ class GolemBridge extends FeedExpander
]
]];
const LIMIT = 5;
const HEADERS = ['Cookie: golem_consent20=simple|220101;'];
const HEADERS = ['Cookie: golem_consent20=simple|250101;'];
public function collectData()
{