mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Fixed paths overflowing table on tracking page and made links clickable.
This commit is contained in:
@@ -51,8 +51,8 @@ func NewTracker() (*pirsch.Tracker, context.CancelFunc) {
|
||||
store = pirsch.NewPostgresStore(conn)
|
||||
tracker := pirsch.NewTracker(store, os.Getenv("MB_TRACKING_SALT"), &pirsch.TrackerConfig{
|
||||
// I don't care about traffic from my own website
|
||||
RefererDomainBlacklist: []string{domain},
|
||||
RefererDomainBlacklistIncludesSubdomains: true,
|
||||
ReferrerDomainBlacklist: []string{domain},
|
||||
ReferrerDomainBlacklistIncludesSubdomains: true,
|
||||
})
|
||||
analyzer = pirsch.NewAnalyzer(store)
|
||||
processor := pirsch.NewProcessor(store, nil)
|
||||
|
||||
Reference in New Issue
Block a user