add privacy filter #2

Merged
sarah merged 1 commits from pf into master 2020-12-07 20:05:11 +00:00
Owner

tested from ui with

log.AddPrivacyFilter(func(s string) bool {
		return len(s) == 56
	})

and

log.SetPrivacyFilterReplace(true)
tested from ui with ``` log.AddPrivacyFilter(func(s string) bool { return len(s) == 56 }) ``` and ``` log.SetPrivacyFilterReplace(true) ```
sarah merged commit 1bdcd0226b into master 2020-12-07 20:05:11 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: openprivacy/log#2
No description provided.