Skip to content

Commit

Permalink
Updated patterns for Jadu detection
Browse files Browse the repository at this point in the history
  • Loading branch information
James Jacobs committed Dec 12, 2024
1 parent 9aeb427 commit 67e5f23
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/technologies/j.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@
"cats": [
1
],
"dom": "footer a[href*='jadu.net']",
"dom": {
"footer.site-footer": {
"text": "Designed and powered by Jadu"
}
},
"description": "Jadu is a commercial Digital Experience Platform focused on customer self-service with accessibility at the core. Websites, Forms, CRM and Case Management written in PHP with integrations to many enterprise systems.",
"headers": {
"node": "^jadu-web-."
},
"icon": "Jadu.png",
"scriptSrc": [
"/site/js/almond\\.min\\.js",
"/site/js/util\\.min\\.js",
"/widgets/js/widget\\.js"
],
"website": "https://www.jadu.net"
},
"JANet": {
Expand Down

0 comments on commit 67e5f23

Please sign in to comment.