This commit is contained in:
Timothy Jaeryang Baek 2025-12-02 04:18:19 -05:00
parent 6e531679f4
commit 143d3fbce2

View file

@ -56,7 +56,6 @@ def is_string_allowed(
return True
allow_list, block_list = get_allow_block_lists(filter_list)
print(string, allow_list, block_list)
strings = [string] if isinstance(string, str) else list(string)
# If allow list is non-empty, require domain to match one of them