[BugReportTool] Omit custom actions data (#34539)

This commit is contained in:
Stefan Markovic 2024-09-02 16:21:57 +02:00 committed by GitHub
parent ae5a61edeb
commit 2fac6ed582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,10 @@ map<wstring, vector<wstring>> escapeInfo = {
L"remapShortcuts/appSpecific/openUri",
} }, // avoid leaking personal information from text, URI or application mappings
{ L"Workspaces/workspaces.json", { L"workspaces/applications/command-line-arguments" } },
{ L"AdvancedPaste/settings.json", {
L"properties/custom-actions/value/name",
L"properties/custom-actions/value/prompt"
} },
};
vector<wstring> filesToDelete = {