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

14 lines
345 B
JSON

{
"name": "SweetAlert2",
"website": "https://sweetalert2.github.io/",
"matches": [
{
"regexp": "<link[^>]+?href=\"[^\"]+sweetalert2(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "sweetalert2(?:\\.all)?(?:\\.min)?\\.js"
}
],
"excludes": "SweetAlert"
}