mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
refactor(display): use chrome devtools protocol (#38)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: openWebsite
|
||||
type: http
|
||||
seq: 10
|
||||
}
|
||||
|
||||
patch {
|
||||
url: 127.0.0.1:1323/api/openWebsite
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"url": "https://example.com"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user