mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
[BugReportTool] Omit custom actions data (#34539)
This commit is contained in:
parent
ae5a61edeb
commit
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user