ππ Ignoring specific URLsΒΆ
By default, Transformer converts all requests found in the HAR files you
provide.
However, you can blacklist (i.e. ignore) certain URLs by creating a
.urlignore file in the directory in which Transformer is executed.
ExampleΒΆ
A .urlignore containing:
google
www.facebook.com
https://mosaic
β¦ would ignore requests with URLs such as:
https://www.google.com,https://www.facebook.com/,https://mosaic01-abc.js,- β¦ and more following the same patterns.
We provide an example blacklist file called .urlignore_example that you can
use as a base.
Note that it needs to be renamed .urlignore for Transformer to take it
into account.