Module: utils/webfilter

Some helper functions/utilities for web application filtering.
Author:
License:
  • MIT
Source:

Methods

(inner) webFilterOK(req) → {boolean}

check url

Is the web filter convinced it was OK?
Parameters:
Name Type Description
req object The web request object
Source:
Returns:
return validity as boolean
Type
boolean