mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
524 B
JSON
20 lines
524 B
JSON
{
|
|
"name": "ClickMotive",
|
|
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "ClickMotive CMS",
|
|
"website": "http://example.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:ddcaffinitygroup)",
|
|
"name": "ddcaffinitygroup cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:ddcpoolid)",
|
|
"name": "ddcpoolid cookie"
|
|
}
|
|
]
|
|
}
|