safebrowsing

package
v1.25.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2021 License: MIT Imports: 13 Imported by: 0

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)

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoSafebrowsingAPIKey = errors.New("no safebrowsing api key provided")

Functions

func CheckString

func CheckString(input string) (*safebrowsing.URLThreat, error)

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)

func RegisterPlugin

func RegisterPlugin()

func Shutdown

func Shutdown()

Types

type Plugin

type Plugin struct {
}

func (*Plugin) PluginInfo added in v1.17.0

func (p *Plugin) PluginInfo() *common.PluginInfo

func (*Plugin) RunBackgroundWorker

func (p *Plugin) RunBackgroundWorker()

func (*Plugin) StopBackgroundWorker

func (p *Plugin) StopBackgroundWorker(wg *sync.WaitGroup)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL