mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Updated pirsch.
This commit is contained in:
@@ -48,7 +48,7 @@ func NewTracker() (*pirsch.Tracker, context.CancelFunc) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
store = pirsch.NewPostgresStore(conn)
|
||||
store = pirsch.NewPostgresStore(conn, nil)
|
||||
tracker := pirsch.NewTracker(store, os.Getenv("MB_TRACKING_SALT"), &pirsch.TrackerConfig{
|
||||
// I don't care about traffic from my own website
|
||||
ReferrerDomainBlacklist: []string{domain},
|
||||
|
||||
Reference in New Issue
Block a user