send Referer headers by default

This commit is contained in:
Mike Fährmann
2023-09-18 23:50:25 +02:00
parent cb4798f07a
commit 3ecb512722
33 changed files with 37 additions and 73 deletions

View File

@@ -325,7 +325,6 @@ class PinterestAPI():
"Accept" : "application/json, text/javascript, "
"*/*, q=0.01",
"Accept-Language" : "en-US,en;q=0.5",
"Referer" : self.root + "/",
"X-Requested-With" : "XMLHttpRequest",
"X-APP-VERSION" : "0c4af40",
"X-CSRFToken" : csrf_token,