Files
OneForAll-mirror/data/rules/wappalyzer/mobx.json
T
2020-07-29 00:02:06 +08:00

11 lines
240 B
JSON

{
"name": "MobX",
"website": "https://mobx.js.org",
"matches": [
{
"search": "script",
"regexp": "(?:/([\\d\\.]+))?/mobx(?:\\.[a-z]+){0,2}\\.js(?:$|\\?)",
"offset": 1
}
]
}