Iam writing a program to check if the site is in the whitelist or not? where can i obtain such a list of whitelisted urls ?
+1
A:
Instead of a whitelist approach, may I suggest a blacklist approach using StopBadWare.org. You can do a query against their database to determine if a url has been reported as containing malware/spyware/badware/viruses. Google provides an API for this purpose.
Asaph
2009-12-11 04:55:01