mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"name": "Zendesk",
|
|
"website": "https://zendesk.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[_help_center_session]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[_zendesk_cookie]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[_zendesk_shared_session]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-zendesk-user-id]",
|
|
"regexp": ".*"
|
|
}
|
|
]
|
|
} |