Skip to content

Commit 2fac6ed

Browse files
authored
[BugReportTool] Omit custom actions data (#34539)
1 parent ae5a61e commit 2fac6ed

File tree

1 file changed

+4
-0
lines changed
  • tools/BugReportTool/BugReportTool

1 file changed

+4
-0
lines changed

tools/BugReportTool/BugReportTool/Main.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ map<wstring, vector<wstring>> escapeInfo = {
4242
L"remapShortcuts/appSpecific/openUri",
4343
} }, // avoid leaking personal information from text, URI or application mappings
4444
{ L"Workspaces/workspaces.json", { L"workspaces/applications/command-line-arguments" } },
45+
{ L"AdvancedPaste/settings.json", {
46+
L"properties/custom-actions/value/name",
47+
L"properties/custom-actions/value/prompt"
48+
} },
4549
};
4650

4751
vector<wstring> filesToDelete = {

0 commit comments

Comments
 (0)