mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added comment
This commit is contained in:
@@ -339,6 +339,7 @@ public class UriHelper {
|
||||
} else {
|
||||
Uri result = null;
|
||||
|
||||
// https://github.com/brave/adblock-lists/blob/master/brave-lists/debounce.json
|
||||
try (InputStream is = context.getAssets().open("debounce.json")) {
|
||||
String json = Helper.readStream(is);
|
||||
JSONArray jbounce = new JSONArray(json);
|
||||
|
||||
Reference in New Issue
Block a user