Skip to content

WIP: fixed command interpretation for string parameter

The target-url parameter for the headless-chromium software is currently interpretend as a bash command.

It is problematic for example, when the url contains '&' characters. Then the command would run in background mode, resulting in dangling processes for each restart.

Merge request reports