Fix PPI → PII terminology across entire codebase
All references to "PPI" (Personal Private Information) have been corrected to the industry-standard "PII" (Personally Identifiable Information). This includes UI labels, comments, CSS class comments, and variable/function names (PPI_PATTERNS → PII_PATTERNS, autoDetectPPI → autoDetectPII, scanInputForPPI → scanInputForPII, ppiWarnings → piiWarnings). Files changed: README.md, content.css, content.js, auto-detect.js, org-policy.js, storage.js, options.html, popup.html, popup.js https://claude.ai/code/session_01NNBEPuXMFGWezJb1f958nL
This commit is contained in:
@@ -15,7 +15,7 @@ A browser extension (Chrome, Firefox, and Safari) that intercepts personal infor
|
||||
|
||||
> **Browsers:** Chrome, Edge, Brave, Firefox, and Safari. Edge and Brave use the Chrome extension directly.
|
||||
>
|
||||
> **Desktop apps** (Claude, ChatGPT, Copilot) bypass the browser — use the web version with the extension for PPI protection.
|
||||
> **Desktop apps** (Claude, ChatGPT, Copilot) bypass the browser — use the web version with the extension for PII protection.
|
||||
>
|
||||
> **Note:** Claude and ChatGPT are tested. Other services have interception patterns defined but may need adjustments. PRs welcome.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user