mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08: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",
|
L"remapShortcuts/appSpecific/openUri",
|
||||||
} }, // avoid leaking personal information from text, URI or application mappings
|
} }, // avoid leaking personal information from text, URI or application mappings
|
||||||
{ L"Workspaces/workspaces.json", { L"workspaces/applications/command-line-arguments" } },
|
{ 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 = {
|
vector<wstring> filesToDelete = {
|
||||||
|
Loading…
Reference in New Issue
Block a user