mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:00 -04:00
Add support to completely remove PII
https://github.com/unpoller/unifi/issues/56
This commit is contained in:
@@ -47,6 +47,7 @@ func formatControllers(controllers []*Controller) []*Controller {
|
||||
SaveIDS: c.SaveIDS,
|
||||
SaveDPI: c.SaveDPI,
|
||||
HashPII: c.HashPII,
|
||||
DropPII: c.DropPII,
|
||||
SaveSites: c.SaveSites,
|
||||
User: c.User,
|
||||
Pass: strconv.FormatBool(c.Pass != ""),
|
||||
|
||||
Reference in New Issue
Block a user