From c3b5b382ba1d64e7613b0c9249be053168c4e1f7 Mon Sep 17 00:00:00 2001 From: Mynacol Date: Sun, 27 Aug 2023 12:33:17 +0200 Subject: [PATCH] [ZeitBridge] Remove broken paywall workaround Clean up spoofing Google Bot as this workaround doesn't work anymore. --- bridges/ZeitBridge.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/bridges/ZeitBridge.php b/bridges/ZeitBridge.php index a9e4bcf2..b294e9fb 100644 --- a/bridges/ZeitBridge.php +++ b/bridges/ZeitBridge.php @@ -66,8 +66,6 @@ class ZeitBridge extends FeedExpander $item['enclosures'] = []; $headers = [ - 'User-Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', - 'X-Forwarded-For: 66.249.66.1', 'Cookie: zonconsent=' . date('Y-m-d\TH:i:s.v\Z'), ];