Add talkdesk_useragent_rule

This commit is contained in:
Liam Steckler 2024-01-14 13:52:26 -08:00
parent 7a2bfcb0a9
commit 208ef3c28a

View file

@ -0,0 +1,13 @@
[{
"id" : 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [{
"operation": "set",
"header": "user-agent",
"value": "Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
}]
},
"condition" : {}
}]