Added Matomo tag manager and renamed existing entry to Matomo Analytics. Also added additional categorization from Signal (uses same JS for both solutions)

https://github.com/AliasIO/wappalyzer/issues/3246
main
rockeynebhwani 4 years ago
parent a517101f2f
commit 674ee7a191

@ -6941,7 +6941,7 @@
"script": "([\\d.]+)?/mathjax\\.js\\;version:\\1", "script": "([\\d.]+)?/mathjax\\.js\\;version:\\1",
"website": "https://www.mathjax.org" "website": "https://www.mathjax.org"
}, },
"Matomo": { "Matomo Analytics": {
"cats": [ "cats": [
10 10
], ],
@ -6963,6 +6963,16 @@
"script": "piwik\\.js|piwik\\.php", "script": "piwik\\.js|piwik\\.php",
"website": "https://matomo.org" "website": "https://matomo.org"
}, },
"Matomo Tag Manager": {
"cats": [
42
],
"icon": "Matomo.png",
"js": {
"window.MatomoTagManager": ""
},
"website": "https://developer.matomo.org/guides/tagmanager/introduction"
},
"Mattermost": { "Mattermost": {
"cats": [ "cats": [
2 2
@ -10527,7 +10537,8 @@
}, },
"Signal": { "Signal": {
"cats": [ "cats": [
32 32,
42
], ],
"icon": "signal.png", "icon": "signal.png",
"js": { "js": {

Loading…
Cancel
Save