Skip to content

Commit c3349eb

Browse files
authored
Merge pull request #146 from duda-co/main
Added regex support for the Duda Europe instance
2 parents 99daf66 + fb71b87 commit c3349eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/technologies/d.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,7 @@
18931893
"description": "Duda is a user-friendly website builder and CMS platform that enables businesses and individuals to create responsive, mobile-friendly websites without extensive coding knowledge.",
18941894
"icon": "Duda.svg",
18951895
"js": {
1896-
"SystemID": "^.*DIRECT.*$",
1896+
"SystemID": "^.*(?:DIRECT|EU_PRODUCTION).*$",
18971897
"d_version": "^(.*)$\\;version:\\1\\;confidence:0"
18981898
},
18991899
"pricing": [
@@ -2115,4 +2115,4 @@
21152115
"scriptSrc": "deepMiner\\.js",
21162116
"website": "https://github.com/deepwn/deepMiner"
21172117
}
2118-
}
2118+
}

0 commit comments

Comments
 (0)