Skip to content

Disable adblock filters on automation mode

  • The compilation of filters happens each time a new epiphany instance is launched. That slow dows process startup and contributes to causing timeouts on WebDriver tests.

  • It also seems there is a race condition somewhere, that causes the /tmp folder to be filed with lots of content filters when runnning several WebDriver tests (for example with a test suite like WPT)

  • Since enabling adblock filters when using automation mode doesn't make much sense, lets disable it.

Edited by Carlos Alberto Lopez Perez

Merge request reports