cacador icon indicating copy to clipboard operation
cacador copied to clipboard

White Listing

Open sroberts opened this issue 9 years ago • 1 comments

There are plenty of values that it would be great to whitelist, especially for domains, emails, and IPv4s.

sroberts avatar Jan 31 '16 02:01 sroberts

Some useful code: https://gist.github.com/sroberts/10c9180e426eee7e2ea9

The best idea is probably to rewrite the list by creating a new one, iterating through the old one, and check if the old items are valid. Trying to remove stuff from the previous one was too hard.

sroberts avatar Jan 31 '16 04:01 sroberts