Reputation: 10484
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 ?
Upvotes: 0
Views: 205
Reputation: 162851
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.
Upvotes: 1