Skip to content

Commit

Permalink
Update UA to 87.0.4280.49 Safari/537.36
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroDot1 committed Nov 16, 2020
1 parent 2cb2a75 commit 8c94198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/http/http.go
Expand Up @@ -32,7 +32,7 @@ import (

const (
// UserAgent is the default user agent used by Amass during HTTP requests.
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36"
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.49 Safari/537.36"

// Accept is the default HTTP Accept header value used by Amass.
Accept = "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
Expand Down

0 comments on commit 8c94198

Please sign in to comment.