Merge pull request #397 from ilvalle/master

fix Lightbox detection
main
Elbert Alias 11 years ago
commit 365273ef37

@ -1487,7 +1487,7 @@
"website": "http://lokeshdhakar.com/projects/lightbox2/", "website": "http://lokeshdhakar.com/projects/lightbox2/",
"cats": [ 7, 12 ], "cats": [ 7, 12 ],
"script": "lightbox.*\\.js", "script": "lightbox.*\\.js",
"html": "<link.+?href=\"[^\"]+lightbox(\\.min)?\\.css", "html": "<link.+?href=\"[^\"]+lightbox(\\.min)?\\.css"
}, },
"LightMon Engine": { "LightMon Engine": {
"website": "en.lightmon.ru", "website": "en.lightmon.ru",
@ -3026,6 +3026,13 @@
"website": "getuikit.com", "website": "getuikit.com",
"cats": [ 18 ], "cats": [ 18 ],
"script": "uikit.*\\.js" "script": "uikit.*\\.js"
},
"Web2py": {
"website": "http://web2py.com",
"cats": [ 18 ],
"script": "web2py\\.js",
"headers": { "X-Powered-By": "web2py" },
"implies": [ "Python" , "jQuery" ]
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Loading…
Cancel
Save