Skip to content

Commit

Permalink
[ZeitBridge] Remove broken paywall workaround
Browse files Browse the repository at this point in the history
Clean up spoofing Google Bot as this workaround doesn't work anymore.
  • Loading branch information
Mynacol committed Aug 27, 2023
1 parent 0325c24 commit c3b5b38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bridges/ZeitBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ protected function parseItem($item)
$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'),
];

Expand Down

0 comments on commit c3b5b38

Please sign in to comment.