X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fhelpers%2FBlockListHelper.java;h=2e9773a2c4f920c1292ec874aac753f76aa7a46e;hp=80ef04065f39e31b1253b81316c9dd620c5f2f02;hb=84989e138cb593d5a2f70be848db4889aaa8da88;hpb=dcd456906d7611bfdb35b0421b03405947b3edf3 diff --git a/app/src/main/java/com/stoutner/privacybrowser/helpers/BlockListHelper.java b/app/src/main/java/com/stoutner/privacybrowser/helpers/BlockListHelper.java index 80ef0406..2e9773a2 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/helpers/BlockListHelper.java +++ b/app/src/main/java/com/stoutner/privacybrowser/helpers/BlockListHelper.java @@ -1585,7 +1585,7 @@ public class BlockListHelper { } public boolean isBlocked(String currentDomain, String resourceUrl, boolean isThirdPartyRequest, ArrayList> blockList) { - // Get the block list name. + // Get the blocklist name. String BLOCK_LIST_NAME_STRING = blockList.get(0).get(1)[0]; // Assert that currentDomain != null only if this is a third party request. Apparently, lint can't tell that this isn't redundant.