mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"name": "Shopify",
|
|
"website": "http://shopify.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-shopid]",
|
|
"regexp": ".*",
|
|
"certainty": 50
|
|
},
|
|
{
|
|
"search": "headers[x-shopify-stage]",
|
|
"regexp": ".*",
|
|
"certainty": 50
|
|
},
|
|
{
|
|
"regexp": "<link[^>]+=['\"]//cdn\\.shopify\\.com",
|
|
"certainty": 25
|
|
}
|
|
]
|
|
} |