docs: bugReport header reflects the extracted scrub module (#1177)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
aab138ea57
commit
46b1765d71
@@ -8,9 +8,10 @@
|
||||
* github.com before anything is submitted — we never POST, never hold a
|
||||
* token (CLAUDE.md Capability 2).
|
||||
*
|
||||
* `scrubText` is the frontend twin of backend/core/scrub.py and must stay
|
||||
* at least as strict for the shapes a webview can see (home paths +
|
||||
* credential-shaped substrings; env vars aren't reachable from JS).
|
||||
* Everything assembled here is scrubbed with `scrubText` (utils/scrub.js —
|
||||
* the frontend twin of backend/core/scrub.py), which must stay at least as
|
||||
* strict for the shapes a webview can see (home paths + credential-shaped
|
||||
* substrings; env vars aren't reachable from JS).
|
||||
*/
|
||||
/* global __APP_VERSION__ -- injected by Vite at build time (vite.config define) */
|
||||
import { API } from '../api/client';
|
||||
|
||||
Reference in New Issue
Block a user