Skip to content

Add request interception handler

Boris Budini requested to merge request_interception into master

Adds a handler for requests, allow for more fine grained control over paths / url access.

  • --blockLocal blocks local requests (automatic for remote html pages)
  • --blockRemote blocks remote requests
  • --allowedPath allows a specific local path (highly recommended for servers)
  • --allowedDomain block access to remote files other than at a specific domain (i.e. google fonts domain)

Merge request reports