Skip to content

Commit dd83079

Browse files
committed
docs: add PII types and custom patterns to extension config
1 parent 8c316ec commit dd83079

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/06-chrome-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ All settings are accessible via the extension's options page (right-click extens
7373

7474
- **Backend URL** — The Kiji Privacy Proxy server address (default: `http://localhost:8081`)
7575
- **Intercept domains** — URL match patterns where the extension is active (one per line)
76+
- **PII entity types** — Check or uncheck PII labels from the model to control which entity types get masked per-request. A "Disable all / Enable all" toggle is provided. Changes are persisted to `chrome.storage.sync` and sent as `enabled_labels` with each PII check.
77+
- **Custom patterns** — Add user-defined regex rules on top of the ML model. Each pattern has a label, regex, description, and optional replacement string. Patterns are persisted server-side in SQLite. A live preview field lets you test a regex against sample text before saving. Patterns can be edited or removed inline.
7678

7779
Default domains:
7880
```

0 commit comments

Comments
 (0)