[BugReportTool] Omit custom actions data (#34539)
This commit is contained in:
Родитель
ae5a61edeb
Коммит
2fac6ed582
|
@ -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 = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче