mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
673 B
JSON
25 lines
673 B
JSON
{
|
|
"name": "Wix",
|
|
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Wix is a cloud based website builder.",
|
|
"website": "http://www.wix.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:_wixAB3)",
|
|
"name": "_wixAB3 cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^hs\\s)",
|
|
"name": "hs cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:svSession)",
|
|
"name": "svSession cookie"
|
|
}
|
|
]
|
|
}
|