Settings
Customize Tokligence Guard to fit your workflow.
Accessing Settings
- Click the Tokligence Guard icon in your browser toolbar
- Click the gear icon or "Settings"
- Or right-click the icon and select "Options"
General Settings
Protection Mode
- Automatic: Always redact detected sensitive data
- Review: Prompt before each redaction
- Disabled: Temporarily disable protection
Detection Sensitivity
- High: Catch all potential sensitive data (may have false positives)
- Medium: Balanced detection (recommended)
- Low: Only detect high-confidence matches
Detection Categories
Enable or disable specific detection categories:
- ☑️ Personal Information (PII)
- ☑️ API Keys & Secrets
- ☑️ Financial Data
- ☑️ Health Information
- ☐ Custom Patterns
Site Settings
Allowlist
Add sites where protection should be disabled:
example.com
internal.company.com
Blocklist
Add sites where protection should always be enabled, even if globally disabled:
chat.openai.com
claude.ai
Custom Rules
Create your own detection patterns using regular expressions:
{
"name": "Company Employee ID",
"pattern": "EMP-\\d{6}",
"category": "custom",
"action": "redact"
}
Account Settings
If you have a Tokligence account:
- Sync Settings: Sync settings across devices
- Usage Statistics: View your protection history
- Subscription: Manage your plan
Data & Privacy
- Local Processing: All detection happens in your browser
- No Cloud Upload: Your data never leaves your device
- Clear Data: Delete all local data and settings
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Toggle Protection | Ctrl+Shift+G |
| Open Settings | Ctrl+Shift+, |
| Quick Review | Ctrl+Shift+R |
Customize shortcuts in chrome://extensions/shortcuts