Fix PrestaShop detection

main
Elbert Alias 1 year ago
parent 424717c115
commit 0d153d08f3

@ -17,7 +17,7 @@ const expiry = 1000 * 60 * 60 * 48
const maxHostnames = 100
const hostnameIgnoreList =
/\b((local|dev(elop(ment)?)?|sandbox|stag(e|ing)?|preprod|production|preview|test(ing)?|[^a-z]demo(shop)?|cache)[.-]|dev\d|localhost|((wappalyzer|google|bing|baidu|microsoft|duckduckgo|facebook|adobe|twitter|reddit|yahoo|wikipedia|amazon|amazonaws|youtube|stackoverflow|github|stackexchange|w3schools|twitch)\.)|(live|office|herokuapp|shopifypreview)\.com|\.local|\.test|\.netlify\.app|web\.archive\.org|zoom\.us|^([0-9.]+|[\d.]+)$|^([a-f0-9:]+:+)+[a-f0-9]+$)/
/\b((local|dev(elop(ment)?)?|sandbox|stag(e|ing)?|preprod|production|preview|test(ing)?|[^a-z]demo(shop)?|cache)[.-]|dev\d|localhost|((wappalyzer|google|bing|baidu|microsoft|duckduckgo|facebook|adobe|twitter|reddit|yahoo|wikipedia|amazon|amazonaws|youtube|stackoverflow|github|stackexchange|w3schools|twitch)\.)|(live|office|herokuapp|shopifypreview)\.com|\.local|\.test|\.netlify\.app|ngrok|web\.archive\.org|zoom\.us|^([0-9.]+|[\d.]+)$|^([a-f0-9:]+:+)+[a-f0-9]+$)/
const xhrDebounce = []

@ -2739,10 +2739,10 @@
"MySQL"
],
"js": {
"freeProductTranslation": "\\;confidence:25",
"freeProductTranslation": "\\;confidence:40",
"prestashop": "",
"priceDisplayMethod": "\\;confidence:25",
"priceDisplayPrecision": "\\;confidence:25",
"priceDisplayMethod": "\\;confidence:40",
"priceDisplayPrecision": "\\;confidence:40",
"rcAnalyticsEvents.eventPrestashopCheckout": ""
},
"meta": {

Loading…
Cancel
Save