CoveringInterface
Interface to determine whether a value is covered by some other value in the scope of CSP, e.g. URI `*.example.com` would "cover" URI `https://specific.example.com/path/file.js`
Table of Contents
Methods
- covers() : bool
Methods
covers()
public
covers(CoveringInterface $other) : bool
Parameters
- $other : CoveringInterface