mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
31 lines
731 B
JSON
31 lines
731 B
JSON
{
|
|
"name": "Wix",
|
|
"website": "https://www.wix.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[Domain]",
|
|
"regexp": "\\.wix\\.com"
|
|
},
|
|
{
|
|
"search": "headers[x-wix-renderer-server]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-wix-request-id]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-wix-server-artifact-id]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Wix\\.com Website Builder"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "static\\.parastorage\\.com"
|
|
}
|
|
],
|
|
"implies": "React"
|
|
} |