Is your feature request related to a problem?
AutoRedact keeps redacting my localhost IPs (127.0.0.1) and public DNS (8.8.8.8) which are safe to share.
Describe the solution you'd like
Add a "Safe Values" list in Settings.
- Logic: If detected_text is in allow_list, skip redaction.
- Have an opinionated default like safe IPs (ex: 127.0.0.1, localhost, local IP range, etc), but user can add more.
Describe alternatives you've considered
Deleting the redaction box manually every time.
Additional context
Should support exact strings (case-insensitive).
Is your feature request related to a problem?
AutoRedact keeps redacting my localhost IPs (127.0.0.1) and public DNS (8.8.8.8) which are safe to share.
Describe the solution you'd like
Add a "Safe Values" list in Settings.
Describe alternatives you've considered
Deleting the redaction box manually every time.
Additional context
Should support exact strings (case-insensitive).