Merge pull request #2847 from PhilippC/2430-remove-plain-storage-uri-from-logs

remove potential plain-text credentials for file storage from logs
This commit is contained in:
PhilippC
2025-04-15 14:27:02 +02:00
committed by GitHub

View File

@@ -100,10 +100,7 @@ namespace keepass2android
if (resultCode == Result.Ok)
{
Kp2aLog.Log("FileSelection returned "+data.DataString);
//TODO: don't try to extract filename if content URI
string filename = IntentToFilename(data);
Kp2aLog.Log("FileSelection returned filename " + filename);
if (filename != null)
{
if (filename.StartsWith("file://"))