Added comment

pull/214/head
M66B 10 months ago
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…
Cancel
Save