Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
change header name related to click project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed May 1, 2018
1 parent a739d13 commit d740512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/availability/crawler.go
Expand Up @@ -86,7 +86,7 @@ func NoCookie() func(*colly.Collector) {
func OnRequest() func(*colly.Collector) {
return func(c *colly.Collector) {
c.OnRequest(func(req *colly.Request) {
req.Headers.Set(clickOptHeader, "anonymously")
req.Headers.Set(clickOptHeader, "anonym")
})
}
}
Expand Down

0 comments on commit d740512

Please sign in to comment.