# README
Central proxy server for safebrowsing
Since we use the sotred local database version of the safebrowsing api, we need a central server to query on, we can't have a database on each bot process or node. (would likely run into api quota issues at some point)
# Functions
CheckString checks a string against google safebrowsing for threats if the safebrowser is running on this process then it will perform the check instantly otherwise it will make a api request towards the safebrowsing proxy server (or return an error).
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author