4
votes
2answers
307 views
Google Safe Browsing API Code for PHP?
I've looked around but have been unable to find any classes or sample code (in php) for the google safe browsing api.
Would you happen to know where I might find it?
G-Man
0
votes
3answers
161 views
How to figure out what site to add to cookie whitelist?
There is a banking site that I cannot login to unless I allow all cookies to be accepted. I am using Firefox 3.0 and I have set it to not accept cookies except from the defined list (Tools - Options - …
1
vote
6answers
1k views
Cookies are retained even after explicit delete in IE8
I need to be able to delete my entire browsing history in IE8. Even after explicitly invoking the option of clearing browsing history from within IE8, I notice some cookies and files do not get …
2
votes
3answers
396 views
Is there something like the Google Safe Browsing API that is more stable?
The Google Safe Browsing API allows for URLs to be checked against Google's database of malware and phishing domains. However, on the Developer's Guide page, it says that the API is experimental and …
1
vote
2answers
293 views
Code to verify updates from the Google Safe Browsing API
In order to verify the data coming from the Google Safe Browsing API, you can calculate a Message Authentication Code (MAC) for each update. The instructions to do this (from Google) are:
The MAC …
