summaryrefslogtreecommitdiff
path: root/src/domain.h
AgeCommit message (Collapse)Author
2013-02-14Remove domain_is_tldportix
2013-02-14Fixing check for supercookies if a cookie domain starts with a dotportix
2013-01-28New function 'domain_get_tld()'Elias Norberg
This function can identify attemtps to have domains above the allowed TLD - which can then be used to identify supercookies et.al.
2013-01-09Updating copyright informationportix
2012-01-10Remove adblocker preprocessor directives; new commandline option -xportix
--HG-- branch : experimental
2012-01-04Also ask for cookie domains if no cookies are presentportix
2012-01-03Updating version infoportix
--HG-- branch : experimental
2011-11-23Remove function domain_get_subdomains since it was used only onceportix
--HG-- branch : develop
2011-11-23Resolving merge that broke everythingportix
--HG-- branch : develop
2011-11-21Use a hashtable for css selector rulesportix
--HG-- branch : develop
2011-11-18Element hider, toggle adblockerportix
--HG-- branch : develop
2011-11-15Branch feature-adblock: new implementation of adblock_match_simple, unfinishedportix
--HG-- branch : feature-adblock
2011-11-14Use a plain text file for tldsportix
--HG-- branch : feature-adblock rename : src/effective_tld_names.dat => util/tlds.in
2011-11-14Adding effective tld list from mozilla, first domainfunction ↵portix
domain_get_base_from_host --HG-- branch : feature-adblock