Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit ef19c4b

Browse files
authored
Merge pull request #68 from pwa-builder/updated-user-agent
Newer user agent
2 parents b130a52 + 40f1027 commit ef19c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manifestTools/manifestLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var request = request.defaults({
3030
headers: {
3131
'Accept': 'text/html, application/xhtml+xml, */*',
3232
'Accept-Language': 'en-US,en;q=0.5',
33-
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36'
33+
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'
3434
}
3535
});
3636

0 commit comments

Comments
 (0)