Skip to content

Commit 7b8c5a3

Browse files
committed
docs: remove description mention from custom patterns
1 parent dd83079 commit 7b8c5a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/06-chrome-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ All settings are accessible via the extension's options page (right-click extens
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)
7676
- **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.
77+
- **Custom patterns** — Add user-defined regex rules on top of the ML model. Each pattern has a label, regex, 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.
7878

7979
Default domains:
8080
```

0 commit comments

Comments
 (0)