http://lomteqnxehqjdemqgzse7xchjlusgnpoxq2fpmz3yuukyfzc22t5gwyd.onion/gils_projects/commits/jira-projects/ADBLK/8920a833010005ba406aa4c137b7efe40530c1c2.html
                                
                                
                                                                            ,(comment,)) # +    c.executemany('INSERT OR IGNORE INTO domainlist (type, domain, comment, enabled) ' # +                    'VALUES (0, ?, ?, 1)', # +                    [(x, comment) for x in sorted(domain_list)]) # + # +    conn.commit() # + # +# Fetch the whitelist # +whitelist = fetchList('https://raw.githubusercontent.com/bentasker/adblock_lists_v2/master/lists/alloweddomains.txt') # + # +# Remove empty lines and sort # +merged = list(filter(None, whitelist)) #...