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

Commit f6b69e5

Browse files
committed
extend x-click-options header
1 parent d740512 commit f6b69e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http/availability/crawler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func NoCookie() func(*colly.Collector) {
8686
func OnRequest() func(*colly.Collector) {
8787
return func(c *colly.Collector) {
8888
c.OnRequest(func(req *colly.Request) {
89-
req.Headers.Set(clickOptHeader, "anonym")
89+
req.Headers.Set(clickOptHeader, "anonym; nolog")
9090
})
9191
}
9292
}

0 commit comments

Comments
 (0)