remove regex for YII Framework (#2252)

Regex for script detection on YII Framework section prupose to much false positive, as prupose on https://github.com/AliasIO/Wappalyzer/pull/2246 is better to just delete it.
main
Yanis Ghidouche 7 years ago committed by Elbert Alias
parent 2065d5054b
commit 80181ad4b3

@ -11273,7 +11273,6 @@
"<input type=\"hidden\" value=\"[a-zA-Z0-9]{40}\" name=\"YII_CSRF_TOKEN\" \\/>",
"<!\\[CDATA\\[YII-BLOCK-(?:HEAD|BODY-BEGIN|BODY-END)\\]"
],
"script": "yii.*\\.js",
"icon": "Yii.png",
"implies": [
"PHP"

Loading…
Cancel
Save