Remove some glaring false-positive patterns (#2300)

* Remove some glaring false-positive patterns

- `Yii` and `dpd` are common patterns due to javascript compressors
- Since `dpd` and `dpd.js` are the only way to detected Deployd,
  and deployd isn't a dependency of anything else, we should
  remove it, since it's too false-positive prone

This should close #2289

* Remove a leftover icon
main
jvoisin 7 years ago committed by Elbert Alias
parent 4713f88dc9
commit 7ea40895a2

@ -2341,17 +2341,6 @@
"icon": "Dell.svg",
"website": "http://dell.com"
},
"Deployd": {
"cats": [
12
],
"js": {
"dpd": ""
},
"icon": "Deployd.png",
"script": "dpd\\.js",
"website": "http://deployd.com"
},
"DirectAdmin": {
"cats": [
9
@ -11028,9 +11017,6 @@
"cats": [
18
],
"js": {
"yii": ""
},
"html": [
"Powered by <a href=\"http://www\\.yiiframework\\.com/\" rel=\"external\">Yii Framework</a>",
"<input type=\"hidden\" value=\"[a-zA-Z0-9]{40}\" name=\"YII_CSRF_TOKEN\" \\/>",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 765 B

Loading…
Cancel
Save