[GH-ISSUE #11] [Feat]: Global Allowlist (Safe IPs/Domains) #1

Closed
opened 2026-03-02 11:44:56 +03:00 by kerem · 0 comments
Owner

Originally created by @karant-dev on GitHub (Dec 12, 2025).
Original GitHub issue: https://github.com/karant-dev/AutoRedact/issues/11

Originally assigned to: @Copilot on GitHub.

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).

Originally created by @karant-dev on GitHub (Dec 12, 2025). Original GitHub issue: https://github.com/karant-dev/AutoRedact/issues/11 Originally assigned to: @Copilot on GitHub. ### 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).
kerem 2026-03-02 11:44:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/AutoRedact#1
No description provided.