[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()
{