mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
592 B
JSON
20 lines
592 B
JSON
{
|
|
"name": "TeaLeaf",
|
|
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Tealeaf is a Customer Experience Management system now owned by IBM.",
|
|
"website": "https://www.ibm.com/customer-engagement/tealeaf",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^TLTSID)",
|
|
"name": "TLTSID cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^TLTUID)",
|
|
"name": "TLTUID cookie"
|
|
}
|
|
]
|
|
}
|