Added comment

This commit is contained in:
M66B 2023-12-24 16:37:36 +01:00
parent 8070721afd
commit 5a996c8e49
1 changed files with 1 additions and 0 deletions

View File

@ -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);