Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,9 @@ headers = {
|
|
| 19 |
"Sec-Fetch-User ": "?1",
|
| 20 |
"Upgrade-Insecure-Requests": "1",
|
| 21 |
"Host": "you.com",
|
| 22 |
-
"User -Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
|
|
|
|
|
|
|
| 23 |
|
| 24 |
}
|
| 25 |
|
|
|
|
| 19 |
"Sec-Fetch-User ": "?1",
|
| 20 |
"Upgrade-Insecure-Requests": "1",
|
| 21 |
"Host": "you.com",
|
| 22 |
+
"User -Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
|
| 23 |
+
"Accept-Language": "en-US,en;q=0.9",
|
| 24 |
+
"Referer": "https://you.com/"
|
| 25 |
|
| 26 |
}
|
| 27 |
|