Skip to content

Commit

Permalink
Remove accept header
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Tolsma authored and Pieter Tolsma committed Mar 7, 2024
1 parent a002bd6 commit cff89ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terracotta/scripts/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ def build_request(url: str) -> urllib.request.Request:
"User-Agent",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0",
)
req.add_header(
"Accept",
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
)
return req


Expand Down

0 comments on commit cff89ed

Please sign in to comment.