Changed regex to be more specific due to performance reason

https://github.com/AliasIO/wappalyzer/pull/3234#discussion_r459760793
main
rockeynebhwani 4 years ago
parent ea2ead40e0
commit 1c1d5c93e7

@ -1972,12 +1972,12 @@
6 6
], ],
"html": [ "html": [
"<a[^>]*href=.*/Cart", "<a[^>]*href=[^>]*/Cart",
"<a[^>]*href=.*/Basket", "<a[^>]*href=[^>]*/Basket",
"<a[^>]*href=.*/Trolley", "<a[^>]*href=[^>]*/Trolley",
"<a[^>]*href=.*/Bag", "<a[^>]*href=[^>]*/Bag",
"<a[^>]*href=.*/ShoppingBag", "<a[^>]*href=[^>]*/ShoppingBag",
"<a[^>]*href=.*/Checkout" "<a[^>]*href=[^>]*/Checkout"
], ],
"icon": "Cart-generic.svg", "icon": "Cart-generic.svg",
"website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality" "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality"

Loading…
Cancel
Save