Skip to content

Commit

Permalink
Merge pull request #27 from ddxv/zillow-ua-header
Browse files Browse the repository at this point in the history
Zillow Request Header: Match observed behaivor in FireFox of not sending sec-ch-ua headers
  • Loading branch information
ZacharyHampton authored Oct 1, 2023
2 parents 3b7c17b + 8962d61 commit ba503b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions homeharvest/core/scrapers/zillow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def __init__(self, scraper_input):
'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
'accept-language': 'en-US,en;q=0.9',
'cache-control': 'max-age=0',
'sec-ch-ua': '"Chromium";v="117", "Not)A;Brand";v="24", "Google Chrome";v="117"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"Windows"',
'sec-fetch-dest': 'document',
'sec-fetch-mode': 'navigate',
'sec-fetch-site': 'same-origin',
Expand Down

0 comments on commit ba503b0

Please sign in to comment.