Merge pull request #14502 from Security-Onion-Solutions/jertel/wip

support background actions via config UI
This commit is contained in:
Jason Ertel
2025-04-04 11:27:36 -04:00
committed by GitHub

View File

@@ -81,6 +81,30 @@ soc:
label: Target
- field: jscall
label: JavaScript Call
- field: background
label: Background XHR Request
forcedType: bool
- field: method
label: XHR Method
options:
- DELETE
- GET
- PATCH
- POST
- PUT
- field: options
label: XHR Options (JSON)
multiline: True
forcedType: "{}"
- field: body
label: XHR Content
- field: encodeBody
label: Encode XHR Content Variable Data
forcedType: bool
- field: backgroundSuccessLink
label: XHR Success Link
- field: backgroundFailureLink
label: XHR Failure Link
- field: category
label: Category
options: