safebrowsing
safebrowsing copied to clipboard
Safe Browsing API Go Client
Hello. Every time I check URL from cmd, it takes about couple of seconds and every time a get the 'database is now healthy' message. ```echo 'cars.com' | sblookup -apikey=AIza.....................2SqyQ...
Back-off mode implementation, accounting for both database updates and full hashes lookups, as described in #77 . I think having the back-off mode owned by the database was a design...
Hello! We're using the `sbserver` binary. Over the past 24 hours we've been seeing a series of inconsistent database errors that seem to resolve themselves after a database fetch, but...
Hi Google I'm trying to find out what websites are a part of your solution for GWfE domains - namely the "SafeSites URL filter", that filters adult content.  Is...
Hello, Thank you very much for putting this project together! Is it possible to add and remove your own blocked URLs using the local hash db? I want to also...
I have noticed that the sbserver returns an empty response for some urls while Chrome browser and online lookup tool ( https://www.google.com/transparencyreport/safebrowsing/diagnostic/ ) does return a correct danger response. I...
Apologies that this is probably not the correct place to ask, but I couldn't find another contact point. When a website gets flagged by Google SafeBrowsing as containing malware, normally...
Hey, we started receiving a bunch of 503 responses this afternoon, is the API experiencing any outages? thanks! It says in your status codes that 503 means the service is...
Thanks for the hard work on this project. I wanted to know the scope of this project. Specifically, with regards to support for Safe Browsing API. Does it support all...
The Safe Browsing API has a limit of 500 hash-prefixes per request (see [update api](https://developers.google.com/safe-browsing/v4/update-api)). The server returns an error when that limit is exceeded (#87). This client should batch...