Merge pull request #765 from Marocco2/main-1

Update html user agent with a believable one
This commit is contained in:
Imran Remtulla
2023-08-13 21:25:47 -04:00
committed by GitHub

View File

@@ -110,7 +110,7 @@ class HTML extends AppSource {
// TODO: implement requestHeaders choice, hardcoded for now
Map<String, String>? get requestHeaders => {
"User-Agent":
"Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0"
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36"
};
@override