Steps to reproduce:
In Userscripts app (https://itunes.apple.com/us/app/userscripts/id1463298887), try the following code.
[{
"id": 1,
"priority": 1,
"action": {
"type": "redirect",
"redirect": {
"transform": {
"scheme": "http",
"host": "kagi.com",
"path": "search",
"queryTransform": {
"addOrReplaceParams": [{ "key": "token", "value": "xxxxxxxx" }]
}
}
}
},
"condition": { "urlFilter": "||duckduckgo.com/?", "resourceTypes": ["main_frame"] }
}
]
The above code redirects to Kagi login page instead of search results page.
Expected behavior:
The DDG search queries should redirect to Kagi search.