mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
38 lines
867 B
JSON
38 lines
867 B
JSON
{
|
|
"name": "Magento",
|
|
"website": "https://magento.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[frontend]",
|
|
"regexp": ".*",
|
|
"certainty": 50
|
|
},
|
|
{
|
|
"regexp": "<script [^>]+data-requiremodule=\"mage/"
|
|
},
|
|
{
|
|
"regexp": "<script [^>]+data-requiremodule=\"Magento_"
|
|
},
|
|
{
|
|
"regexp": "<script type=\"text/x-magento-init\">"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "js/mage"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "skin/frontend/(?:default|(enterprise))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "static/_requirejs",
|
|
"certainty": 50
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"MySQL"
|
|
]
|
|
} |