BoxLang 🚀 A New JVM Dynamic Language Learn More...
A module for testing URLs against the Google SafeBrowsing Lookup v4 API.
Apache License, Version 2.0.
Just drop into your modules
folder or use the box-cli to install
box install safebrowsing
Add your Google API_KEY to the module settings in Coldbox.cfc:
moduleSettings = {
"safebrowsing":{
apiKey:"YOUR_API_KEY"
}
}
The module creates a mapping for ThreatMatches@safebrowsing
which has the following methods:
$
box install safebrowsing