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 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.