Merge pull request #1672 from AndreiMaz/patch-3

Improvement for detecting nopCommerce
main
Elbert Alias 7 years ago committed by GitHub
commit 7d58511a4f

@ -10069,9 +10069,15 @@
"cats": [ "cats": [
"6" "6"
], ],
"headers": {
"Set-Cookie": "Nop\\.customer="
},
"html": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)", "html": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)",
"icon": "nopCommerce.png", "icon": "nopCommerce.png",
"implies": "Microsoft ASP.NET", "implies": "Microsoft ASP.NET",
"meta": {
"generator": "^nopCommerce$"
},
"website": "http://www.nopcommerce.com" "website": "http://www.nopcommerce.com"
}, },
"openEngine": { "openEngine": {

Loading…
Cancel
Save