Add yet another way to detect bootstrap's version (#1958)

This one is popular amongst CDN, and can be tested [here](https://www.ripstech.com/php-security-calendar-2017/)
main
jvoisin 7 years ago committed by Elbert Alias
parent 77574d548c
commit 21218d83c9

@ -9586,7 +9586,7 @@
"script": [ "script": [
"twitter\\.github\\.com/bootstrap", "twitter\\.github\\.com/bootstrap",
"bootstrap(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "bootstrap(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"(?:/([\\d.]+)/)bootstrap(?:\\.min)?\\.js\\;version:\\1" "(?:/([\\d.]+))?(?:/js)?/bootstrap(?:\\.min)?\\.js\\;version:\\1"
], ],
"website": "https://getbootstrap.com" "website": "https://getbootstrap.com"
}, },

Loading…
Cancel
Save