Fix false positive in Twitter Bootstrap

Many frameworks use that pattern for their grid system.

https://github.com/AliasIO/Wappalyzer/issues/1589
main
Carlos Duran 8 years ago committed by GitHub
parent 4e3dd3d5e0
commit 17942fa371

@ -8227,8 +8227,7 @@
"env": "^Twipsy$\\;confidence:50",
"html": [
"<style>/\\*!\\* Bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1",
"<link[^>]+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css",
"<div[^>]+class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}"
"<link[^>]+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css"
],
"icon": "Twitter Bootstrap.png",
"script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))",