MIME_TYPE_JAVASCRIPT
MIME_TYPE_JAVASCRIPT ='text/javascript'
Query scan results.
getMarkup(integer|array<mixed,integer> $ids)
Get markup by ID. This also returns the mime type used for the blocked content.
This can also be null
when the scanned element is only blocked by URL (e.g. not
by inline script, style or SelectorSyntaxBlocker
).
integer|array<mixed,integer> | $ids |
transformExpressionsToMySQL(array<mixed,string> $expressions,string $column)
Transform a set of expression strings to a valid SQL statement. The regular expressions are combined with `OR` so you can check e.g. an URL column if it matches.
array<mixed,string> | $expressions | |
string | $column |