mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
8070721afd
commit
5a996c8e49
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue