We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use safebrowsing api to query the url "http://0.99730.von1.com/", query result is safe url, but in chrome, query result is unsafe.
I use sblookup cmd to check the url:
echo "http://0.99730.von1.com/" | sblookup -apikey=$MY_API_KEY safebrowsing: 2017/06/02 18:15:10 database.go:106: no database file specified safebrowsing: 2017/06/02 18:15:11 database.go:229: Server requested next update in 30m25.5s safebrowsing: 2017/06/02 18:15:11 database.go:336: database is now healthy Safe URL: http://0.99730.von1.com/
echo "http://0.99730.von1.com/" | sblookup -apikey=$MY_API_KEY
Safe URL: http://0.99730.von1.com/
The text was updated successfully, but these errors were encountered:
same issue like #30, I closed this issue.
Sorry, something went wrong.
why closed if the problem still exists ?
Because duplicate issues are not helpful when people start making discussions about the same thing across different issues.
at least provide a status? when it's going to be fixed
No branches or pull requests
When I use safebrowsing api to query the url "http://0.99730.von1.com/", query result is safe url, but in chrome, query result is unsafe.
I use sblookup cmd to check the url:
echo "http://0.99730.von1.com/" | sblookup -apikey=$MY_API_KEY
safebrowsing: 2017/06/02 18:15:10 database.go:106: no database file specified
safebrowsing: 2017/06/02 18:15:11 database.go:229: Server requested next update in 30m25.5s
safebrowsing: 2017/06/02 18:15:11 database.go:336: database is now healthy
Safe URL: http://0.99730.von1.com/
The text was updated successfully, but these errors were encountered: