Use Brave clean urls file

This commit is contained in:
M66B
2023-12-24 10:49:19 +01:00
parent e37d1605c4
commit 3f6974fea0
6 changed files with 599 additions and 10 deletions

View File

@@ -131,7 +131,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
if (uri.isOpaque())
sanitized = uri;
else {
Uri s = UriHelper.sanitize(uri);
Uri s = UriHelper.sanitize(context, uri);
sanitized = (s == null ? uri : s);
}