We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065f528 commit d432e85Copy full SHA for d432e85
src/vs/platform/telemetry/common/telemetryUtils.ts
@@ -332,6 +332,7 @@ function removePropertiesWithPossibleUserInfo(property: string): string {
332
}
333
334
const userDataRegexes = [
335
+ { label: 'URL', regex: /[a-zA-Z][a-zA-Z0-9+.-]*:\/\/[^\s]*/ },
336
{ label: 'Google API Key', regex: /AIza[A-Za-z0-9_\\\-]{35}/ },
337
{ label: 'JWT', regex: /eyJ[0eXAiOiJKV1Qi|hbGci|a-zA-Z0-9\-_]+\.[a-zA-Z0-9\-_]+\.[a-zA-Z0-9\-_]+/ },
338
{ label: 'Slack Token', regex: /xox[pbar]\-[A-Za-z0-9]/ },
0 commit comments