Add talkdesk_useragent_rule
This commit is contained in:
parent
7a2bfcb0a9
commit
208ef3c28a
1 changed files with 13 additions and 0 deletions
13
v3/talkdesk_useragent_rule.json
Normal file
13
v3/talkdesk_useragent_rule.json
Normal 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" : {}
|
||||||
|
}]
|
Loading…
Reference in a new issue