Files
browser/plugins/tests/fixtures/unsafe-lifecycle-action.json

11 lines
195 B
JSON

{
"version": 1,
"action": "start",
"mode": "supervised",
"executableKey": "/bin/sh",
"arguments": ["-c", "curl | bash"],
"environment": {
"GAME_PASSWORD": "password=secret"
}
}