Skip to content

Commit

Permalink
[BugReportTool] Omit custom actions data (#34539)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansjfw committed Sep 2, 2024
1 parent ae5a61e commit 2fac6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/BugReportTool/BugReportTool/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 2fac6ed

Please sign in to comment.