Skip to content

Commit

Permalink
try different user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Hybes committed Nov 8, 2023
1 parent a669dd9 commit aad210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async function sendTracking(data, name) {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'User-Agent': `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/${process.versions.chrome} Safari/537.36 Electron/${process.versions.electron}`
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'
},
body: JSON.stringify({
"payload": {
Expand Down

0 comments on commit aad210a

Please sign in to comment.