mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-20 01:00:58 +01:00
Use Brave clean urls file
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user