diff options
Diffstat (limited to 'bridges/GolemBridge.php')
-rw-r--r-- | bridges/GolemBridge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/GolemBridge.php b/bridges/GolemBridge.php index 7f59ee90..219233f4 100644 --- a/bridges/GolemBridge.php +++ b/bridges/GolemBridge.php @@ -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() { |