mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
710 B
JSON
23 lines
710 B
JSON
{
|
|
"name": "CDK Connected Website",
|
|
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "CDK creates websites for the automotive industry. CDK Connected Store is an eCommerce platform.",
|
|
"website": "https://www.cdkglobal.com/",
|
|
"matches": [
|
|
{
|
|
"text": "src=\"https://media-cf.assets-cdk.com/",
|
|
"name": "scripts from assets-cdk.com"
|
|
},
|
|
{
|
|
"search": "headers[X-Nitra-Side]",
|
|
"regexp": "(?-mix:.)"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^nitraside)",
|
|
"name": "nitraside cookie"
|
|
}
|
|
]
|
|
}
|