What will the following script accomplish?
for (int i=0; i
if (HttpCookie.domainMatches(blacklist[i],
host))
return false;
Select an option, then click Submit answer.
-
○
Create a list of blacklist domains
-
○
Check domains against a blacklist
-
○
Prevent site from being blacklisted
-
○
Delete entries in a blacklist file