Elbert Alias
811ff2da5f
Merge pull request #2986 from mahdiabasi/mahdiabasi-patch-1
...
Add NivSoft Logo
5 years ago
Elbert Alias
62a9c6604d
Merge pull request #2985 from pharika31/master
...
Added Miva detection
5 years ago
Elbert Alias
1167f38f4b
Merge pull request #2983 from hosina/master
...
add see5
5 years ago
Elbert Alias
0d52b2221c
Merge pull request #2982 from lucamug/add-elm
...
Add Elm language detection
5 years ago
Elbert Alias
6d31769ca0
Merge pull request #2981 from GuiguiWeb/patch-1
...
Update zone.js website
5 years ago
Elbert Alias
f82649c7a3
Merge branch 'master' into add-grandnode
5 years ago
Elbert Alias
e527359c61
Merge pull request #2978 from samverdyck/add-CCV-Shop
...
add CCV Shop
5 years ago
Elbert Alias
1cb57e2aad
Merge pull request #2974 from Shoopalapa/Tamago-Support
...
Added Tamago detection
5 years ago
Elbert Alias
bc515ddde9
Merge pull request #2973 from Shoopalapa/EKM-Support
...
Added Ekm detection
5 years ago
Elbert Alias
f498d0259d
Merge pull request #2972 from elaineparie/master
...
added Irroba
5 years ago
Elbert Alias
05f2bfc359
Merge pull request #2967 from q--/Add_amCharts_version_detection
...
Add amCharts version detection
5 years ago
Elbert Alias
050c5b7184
Merge pull request #2966 from agaengel/feature/cms
...
correct phpCMS
5 years ago
Elbert Alias
523a605033
Merge pull request #2965 from burkybang/master
...
Corrected casing of "NetSuite"
5 years ago
Elbert Alias
0abed130ee
Merge pull request #2963 from pdk2580/master
...
Added Fastspring ECP
5 years ago
Elbert Alias
0a44854144
Merge branch 'master' into master
5 years ago
Elbert Alias
5df7958c6b
Merge pull request #2960 from duda-co/master
...
Add a stable HTML identifier for Duda
5 years ago
Elbert Alias
47c2156734
Merge pull request #2955 from cberry216/master
...
Added support for ECP Loja Integrada (https://lojaintegrada.com.br/ )
5 years ago
Elbert Alias
ef779cb34a
Merge pull request #2953 from acavestro/livestory
...
Livestory
5 years ago
Elbert Alias
cf782ceee7
Merge pull request #2951 from dmartinjs/patch-1
...
Remove Implies Angular for Ionic
5 years ago
Elbert Alias
bba9122c97
Merge pull request #2948 from dougaitken/fix-woocommerce
...
Correct the WooCommerce entry
5 years ago
Anthony PELLETIER
2f3e58887d
Fix Hotjar script regex
...
Remove the ^ token because somes site use full scheme
5 years ago
Alexander Gängel
b07fdb9a13
Ecwid application is added
5 years ago
Denis Wernert
33e75d90df
update Proximis product names
5 years ago
Denis Wernert
22fb2c0d18
update generator meta for Proximis
5 years ago
Denis Rechkunov
8e7ff332e2
Fix homepage link for `Catberry.js`
5 years ago
CJ Patoilo
15a925262c
Update the regex of the Airform.io
5 years ago
Mahdi Abasi
72790f8f3d
Update apps.json
5 years ago
Sai Harika Punyamurthula
fb2d7a3c9a
corrected typo in headers for miva
5 years ago
Sai Harika Punyamurthula
b87126f8e2
few more checks added to apps.json
5 years ago
Sai Harika Punyamurthula
06f5bf8b41
added miva detection. 1. Miva icon. 2. miva in apps.json
5 years ago
Luca
79bbba9c01
Add also category 27 ("Programming languages") to the existing 12 ("JavaScript frameworks")
5 years ago
unknown
deca435dce
commit on branch
5 years ago
Luca
c1e831abb7
The compiler generate a variable "Elm" in the global space.
...
This variable usually has the methods "Elm.Main.init" (for Elm version 0.19) or "Elm.Main.embed" (for Elm verison 0.18 or erlier).
It can also be initialized with other methods, such as "Elm.SpecificMethod.init" but usually "Main" is the default.
"Elm" only as detection method can create false positive, being very short. So I gave it a confidence of 50%.
This detection misses all cases where Elm is wrapped in a "Self-Executing Anonymous Function". This is probably a common case, as it happens, for example, using Webpack, Parcel or other binders.
In this case I don't know any way to detect Elm, unless analysing the code itself.
I also added the detection of an Elm library, elm-ui, that is very popular and leave a signature in the rendered html. I used the regular expression
"<style>[\\s\\S]*\\.explain > \\.s[\\s\\S]*\\.explain > \\.ctr > \\.s"
I had to run the regex on multiple lines because the text is not on the same line of the opening <style> element. I think the metching string is quite unique and should not create false positives.
* Elm has 5.9k starts in Github https://github.com/elm/compiler
These are few examples of sites build in Elm
https://support.xapo.com/
https://unli.xyz/flights/
https://elmjapan.org/
https://odyssey.neophilus.net/
https://www.verwonderpaspoort.nl/verwonderwereld
https://cie.nl/?lang=en
http://weightybirds.com/
http://ivanschuetz.com/
https://justinmimbs.github.io/asteroids/
https://elm-lang.org/
https://login.account.rakuten.com/sso/authorize?client_id=rakuten_tw01&redirect_uri=https%3A%2F%2Fwww.rakuten.com.tw%2Fmember%2Fdelegate&response_type=code&scope=openid+profile+email#/sign_in
http://builtwithelm.co/
https://68kheart.work/efa/projects/
https://game.faithloewe.com/
https://fakeorbabe.com/
http://fap.work/
https://app.featureaudit.com/
https://www.reju.jp/
http://concourse.particle.io/
https://github.com/AliasIO/wappalyzer/pull/1782
https://github.com/AliasIO/wappalyzer/pull/1442
https://github.com/AliasIO/wappalyzer/pull/778
"Elm": {
"cats": [
12
],
"icon": "elm.svg",
"js": {
"Elm.Main.init": "\\;version:0.19",
"Elm.Main.embed": "\\;version:0.18",
"Elm": "\\;confidence:50",
},
"website": "https://elm-lang.org/ "
},
"elm-ui": {
"cats": [
66
],
"icon": "elm.svg",
"implies": "Elm",
"html": "<style>[\\s\\S]*\\.explain > \\.s[\\s\\S]*\\.explain > \\.ctr > \\.s"
"website": "https://github.com/mdgriffith/elm-ui "
},
5 years ago
Guillaume Douceron
0255630832
Update zone.js website
...
The zone.js repo has been moved to angular mono repo.
5 years ago
Elbert Alias
a805ebce80
Fix error handling in NPM/Puppeteer
5 years ago
Patryk Porabik
f806b8a829
Add GrandNode
5 years ago
Sam Verdyck
4a4c58943d
add CCV Shop
5 years ago
Shoopalapa
4bd4ee18d6
Add Tamago fingerprinting
5 years ago
Shoopalapa
37e5a9a7d0
Added EKM fingerprinting
5 years ago
Elbert Alias
6ac9025bbc
Rename Hybris to SAP Commerce Cloud, remove content type check in NPM driver
5 years ago
Elaine Anderson
269b15c301
added Irroba
5 years ago
q--
2cba43dd37
Add amCharts version detection
5 years ago
Alexander Gängel
794528b68e
correct phpCMS
5 years ago
Dae Kyung Park
c51499af3a
remove cafe24
5 years ago
Dae Kyung Park
4b53d50cb2
added Fastspring
5 years ago
Adam Smith
bf3ff34414
Corrected casing of "NetSuite"
5 years ago
Dae Kyung Park
5974219ca2
added cafe24
5 years ago
ykoh
c4a55fd1f1
Added "Cafe24" e-commerce application.
5 years ago
Liad Yosef
e9c7591a1d
Add html indicator for Duda
5 years ago
Christopher Berry
a41d1ce030
Removed redundant tech (VTEX Integrated Store).
5 years ago
Christopher Berry
d04888315b
Added support for Loja Integrada.
5 years ago
Antonio Cavestro
673a9f9094
Add Live Story technology
5 years ago
Elbert Alias
ce8f2a6a48
Added rtl support in WebExtension driver
5 years ago
David MARTIN
b1d2302de1
Remove Implies Angular for Ionic
...
Ionic moved from Angular component to Web Component.
5 years ago
Doug Aitken
a5b3c6d4f0
Correct the WooCommerce entry
...
Update the website URL for WooCommerce, the WordPress plugin
5 years ago
Elbert Alias
49bcf4dfde
Update categories
5 years ago
Elbert Alias
8a60e3bba2
Remove deprecated technologies
5 years ago
Elbert Alias
a15716d27f
Remove false positives
6 years ago
Elbert Alias
c86cd7e7a8
Add a try/catch in NPM/Zombie.js driver
6 years ago
Elbert Alias
62f881127c
Fix sourceMap error, fix apps.json issues
6 years ago
Elbert Alias
42f6e5048a
Fix merge
6 years ago
Elbert Alias
762eb1261d
Merge branch 'master' of github.com:AliasIO/Wappalyzer into Vardot-master
6 years ago
Elbert Alias
8025896d68
WIP
6 years ago
Elbert Alias
db6bdfde6e
Merge pull request #2827 from q--/Improve_Lodash_detection
...
Add a new way to detect Lodash
6 years ago
Elbert Alias
6258007f33
Merge pull request #2856 from q--/Add_Javadoc
...
Added Javadoc
6 years ago
Elbert Alias
8ed47ea2ae
Merge pull request #2925 from emmamartins/master
...
pytonik
6 years ago
Elbert Alias
c13d15dd7d
Merge pull request #2926 from supernuca/master
...
Changed Shopware icon
6 years ago
Elbert Alias
fb4b9db61e
Merge pull request #2930 from rviscomi/patch-1
...
Add Automattic detection to PaaS category
6 years ago
Elbert Alias
c97bcb61d6
Merge pull request #2933 from faheel/cpe
...
Add more CPEs
6 years ago
Elbert Alias
06a6704a3c
Merge pull request #2937 from Johannes-Andersen/master
...
added Riskified
6 years ago
Elbert Alias
460def6c85
Merge pull request #2939 from Nooshu/add-govuk-frontend
...
Add the detection for the GOV.UK Design System
6 years ago
Elbert Alias
65232a07b9
Merge pull request #2941 from agaengel/feature/correctCookies
...
correct cookie names
6 years ago
Elbert Alias
bb41c8fbba
Merge pull request #2942 from vikaon/master
...
Added Turkish e-commerce platform
6 years ago
Elbert Alias
3ba3c56558
Merge pull request #2943 from Narno/patch-1
...
Next.js has an official website
6 years ago
Elbert Alias
ae4e957bfd
Merge pull request #2944 from thelabs-dev/master
...
GeneXus application is added
6 years ago
fcrizul
00f1e011d5
GeneXus application is added
6 years ago
Arnaud Ligny
d9ba172260
Next.js has an official website
...
-> https://nextjs.org
6 years ago
vikaon
b15ccc9b78
Added Turkish e-commerce platform
6 years ago
Alexander Gängel
4136c03374
correct cookie_name of Backpack
6 years ago
Alexander Gängel
b5244e00bc
correct cookie_name of October CMS
6 years ago
Matt Hobbs
6b43651d7a
Add the detection for the GOV.UK Design System UI library
6 years ago
Mohammed J. Razem
13add3cf35
Update apps.json
6 years ago
Mohammed J. Razem
77fcf0be4d
Update apps.json
6 years ago
Mohammed J. Razem
c113c15ee3
Adding Varbase
6 years ago
Johannes Andersen
ddc244b750
added Riskified
6 years ago
Syed Faheel Ahmad
a359d1b2f5
Add more CPEs
...
* Ruby
* Ruby on Rails
* Wordpress
* jQuery
* jQuery UI
6 years ago
Rick Viscomi
e506dae012
detect Automattic
6 years ago
Sebastian Vogt
0739695717
Update apps.json
6 years ago
Emmanuel Martins
61f444e7ce
Update apps.json
6 years ago
Emmanuel Martins
e5e3b76d89
Update apps.json
6 years ago
Emmanuel Martins
3883428d7f
Update apps.json
6 years ago
Emmanuel Martins
81dc65635a
Update apps.json
6 years ago
Markus Hunsalz
1794b6f1e8
added differentiation between EPages 6 and EPages Now
6 years ago
Markus Hunsalz
5980ac636c
added Duda & MyWebsite CMS
6 years ago
Elbert Alias
75792be69d
Merge pull request #2900 from sarahdayan/patch-1
...
fix: update Algolia information
6 years ago
Elbert Alias
bd01ceece9
Merge pull request #2901 from bobywoodwarrior/strikingly
...
Fix Strikingly
6 years ago
Elbert Alias
94caf53606
Merge pull request #2907 from yoosefap/master
...
Add pinoox
6 years ago
Elbert Alias
9f33a8cd20
Merge pull request #2910 from adnanyousef/master
...
Added X-Powered-By: WP Engine header
6 years ago
Elbert Alias
8751412782
Merge pull request #2911 from Silberschleier/nextcloud
...
Add Nextcloud
6 years ago
Elbert Alias
7a1d17b0ed
Merge pull request #2912 from Silberschleier/phpmyadmin
...
Add version detection to phpMyAdmin
6 years ago
Elbert Alias
a4146e77f7
Merge pull request #2914 from kefranabg/master
...
feat: Add VuePress
6 years ago
Elbert Alias
a76c6e4861
Merge pull request #2917 from VitorBlog/patch-1
...
Adding Tebex e-commerce
6 years ago
Kyle Taylor
ad76ff4c9b
Removing old / unused applications
...
- Mypage (clone of Botble, causing issues with detection)
- MediaTomb - no longer in service
- CoinLab - no longer in service
- CloudCoins - no longer in service
- HP ProCurve - irrelevant
- Homeland - no longer in service
- HBase - not really detectable
- GoSquared - vague detection, at zero
6 years ago
Vitor
63294d919b
Adding Tebex.io
6 years ago
Franck
c971ed4994
feat: Add VuePress
6 years ago
Christopher Schmidt
e1d2a17093
Optimize regex
6 years ago
Christopher Schmidt
ea0540a220
Replaced .*
6 years ago
Christopher Schmidt
bad10422e6
Match phpMyAdmin versions
6 years ago
Christopher Schmidt
0b31ded149
Javascript matching
6 years ago
Christopher Schmidt
8ae9de406a
Also match against apple-meta-tag
6 years ago
Christopher Schmidt
e9d3e51ef0
Added Nextcloud
6 years ago
Eddy Yousef
edc06d9d48
Added X-Powered-By: WP Engine header
6 years ago
yoosef alipour
a731adeb52
Add pinoox
6 years ago
Valentin Duboscq
cd250f3e0e
FIX auto indent
6 years ago
Sarah Dayan
98d37382c4
fix: update Algolia name
6 years ago
Elbert Alias
e067ba33e2
Add dark mode compatibility toggle
6 years ago
Elbert Alias
10220444fe
Merge pull request #2822 from tefotazo/SimbelEcommerce
...
Added "Simbel" e-commerce application.
6 years ago
Elbert Alias
45a15bae34
Merge pull request #2849 from amirhossein693/add_sazito_phoenix
...
Add sazito phoenix
6 years ago
Elbert Alias
4d9c197890
Merge pull request #2853 from fazlurr/master
...
Add OrderOnline App
6 years ago
Elbert Alias
d85833f5b3
Merge pull request #2860 from matjack1/datocms
...
Add DatoCMS
6 years ago
Elbert Alias
aac22b421c
Merge pull request #2862 from soebbing/shopware-6-detection
...
Add detection patterns for Shopware 6
6 years ago
Elbert Alias
ec06b211b0
Merge pull request #2864 from q--/Red_Hat_SVG_logo
...
SVG logo for Red Hat
6 years ago
Elbert Alias
776d03e60d
Merge pull request #2875 from paul-phan/master
...
Add PageFly - Landing Page Builder
6 years ago
Elbert Alias
2e81fd05d9
Merge pull request #2877 from Narno/patch-1
...
Catch Cecil version
6 years ago
Elbert Alias
c481fe7fce
Merge pull request #2879 from q--/Add_decimal.js
...
Add decimal.js
6 years ago
Elbert Alias
d8b6974383
Merge pull request #2881 from q--/Update_Ez_detection
...
Detect Ez Platform, update (legacy) Ez Publish URL
6 years ago
Elbert Alias
fef84b6594
Merge pull request #2882 from q--/Fix_Symfony_version_detection
...
Fix Symfony version detection
6 years ago
Elbert Alias
c21a93c6fb
Merge pull request #2885 from AbhinavS96/expertrec_site_search
...
Add ExpertRec Site Search
6 years ago
Elbert Alias
9bd177d006
Merge pull request #2886 from Websale/master
...
Changes for Websale-Recognition
6 years ago
Gildas GH
29edc8a509
Update on the implications of Materialize
...
As of version 1.0, jQuery is no longer a dependency of Materialize.
6 years ago
Valentin Duboscq
f69d3e2ad6
Add Strikingly
6 years ago
Websale
fa31ec4d0d
Changes for Websale-Recognition
6 years ago
Abhinav
c79ea6e1ca
Add ExpertRec Site Search
6 years ago
q--
a02a30ea2e
Fix Symfony version detection
...
Changed `(?:<other patttern>|<pattern with version detection>)`
To `(?:<pattern with version detection>|<other pattern>)`
6 years ago
q--
9bd1a3abd8
Detect Ez Platform, update (legacy) Ez Publish URL
6 years ago
q--
f6f79466a4
Add decimal.js
6 years ago
q--
ef7e1a9478
Update Red Hat URL to HTTPS
6 years ago
Hendrik Söbbing
a89fa15548
Add detection patterns for Shopware 6
...
Signed-off-by: Hendrik Söbbing <h.soebbing@shopware.com>
6 years ago
Arnaud Ligny
efffd4a90b
Catch Cecil version
...
1. _PHPoole_ is no more supported
2. The next release of _Cecil_ will embed version number in the `generator` meta
6 years ago
Kyle Taylor
1cde5e27df
Merge pull request #2846 from CDRO/feature/better-typo3-detection
...
[TASK] Add some additional checks for TYPO3
6 years ago
Tizian Schmidlin
d9fb5d78f3
[TASK] Add some additional checks for TYPO3
6 years ago
Paul Phan
633077a288
Add PageFly - Landing Page Builder
6 years ago
q--
f39b16a959
SVG logo for Red Hat
6 years ago
Matteo Giaccone
6bf63bdbe0
Add DatoCMS
6 years ago
Kyle Taylor
b153eeb722
Merge pull request #2852 from Nittarab/patch-1
...
FIX spreecommerce domain
6 years ago
Kyle Taylor
0fa1a5566b
Merge pull request #2826 from q--/Add_Babel_detection
...
Add Babel
6 years ago
q--
66228933d8
Shopware implies Symfony
...
https://github.com/shopware/platform/search?q=symfony&type=Commits
6 years ago
q--
d7d584be52
Added Javadoc
6 years ago
q--
3d1006b15a
Add Babel
6 years ago
Fazlur Rahman
889c04b091
Add OrderOnline App
6 years ago
Patrick
27c97c9f0d
FIX spreecommerce domain
6 years ago
Amirhossein
e90f024ebe
Update apps.json
6 years ago
Kyle Taylor
7240395614
Fix Github Pages Category
...
- Also fixed Netlify’s category, these are technically PaaS services.
- fixes #1909
6 years ago
Elbert Alias
f8970d0aa4
Merge pull request #2842 from klonos/patch-1
...
Fix Backdrop CMS detected as both Drupal and Backdrop
6 years ago
Elbert Alias
75a1d2d408
Merge pull request #2825 from q--/patch-6
...
Fix HTML pattern for Vue.js
6 years ago
Elbert Alias
ac92d2dd58
Merge pull request #2835 from kyletaylored/feature/1557-create-ui-category
...
Add UI Framework category
6 years ago
Gregory Netsas
1c38929547
Fix Backdrop CMS detected as both Drupal and Backdrop
...
Fixes https://github.com/AliasIO/Wappalyzer/issues/2841
(more may need to be done?)
6 years ago
Kyle Taylor
6e8e850ca9
Merge pull request #2832 from cjpatoilo/feature/add-airform
...
Add Airform
6 years ago
CJ Patoilo
4db3459b30
Fix image extension of the Airform
6 years ago
Kyle Taylor
6fa260d918
Add Swiper Slider
...
- Surprisingly very popular on Github
- fixes #2263
6 years ago
Kyle Taylor
87a214a9c4
Merge pull request #2838 from kyletaylored/feature/2362-fix-revo
...
Remove WordPress from RevSlider
6 years ago
Kyle Taylor
40a8876946
Remove WordPress from RevSlider
...
- Revolution Slider offers a non-WordPress library, so this assumption isn’t the best usage.
- There are plenty of other WP detections, so removing this should be fine.
6 years ago
Kyle Taylor
5b00bae79d
Merge pull request #2837 from kyletaylored/feature/2253-bokeh-detection
...
Add Bokeh JS detection
6 years ago
Kyle Taylor
804d8cd81f
Add Bokeh JS detection
...
- fixes #2253
6 years ago
Kyle Taylor
ff2a73ee55
Merge pull request #2836 from kyletaylored/feature/add-siteground
...
Add Siteground as PaaS
6 years ago
Kyle Taylor
638b22020d
Add Siteground as PaaS
...
- reference #2703
6 years ago
Kyle Taylor
1ec72002b9
Add UI Framework category
...
- Changed “Web Framework” to “Web Application Framework”
- Added UI Framework
- Reviewed all “Web Framework” apps, adjusted categories as necessary, moved some over to UI Framework
- Removed a handful of outdated / unused / low quality / deprecated / abandoned apps that I found during the review
6 years ago
Kyle Taylor
00da4eeebc
Update Cowboy category
...
- Cowboy is only a web server that is used by Erlang
- fixes #2829
6 years ago
CJ Patoilo
5e1f1fcc57
Add Airform
6 years ago
CJ Patoilo
1ae10dc750
Update Milligram's website
6 years ago
Kyle Taylor
33b1306f1f
Merge pull request #2823 from q--/Add_MobX
...
Add MobX
6 years ago
Kyle Taylor
91c41ea386
Merge pull request #2824 from q--/Symfony_SVG_logo
...
Use SVG logo for Symfony
6 years ago
Kyle Taylor
57e6cde726
Merge pull request #2817 from q--/Add_Redaxscript
...
Add Redaxscript CMS
6 years ago
Kyle Taylor
a30b541cd1
Merge pull request #2828 from q--/patch-8
...
Improve Google Web Toolkit detection
6 years ago
Kyle Taylor
d5ffa0bbdd
Merge pull request #2813 from kyletaylored/feature/add-godaddy-sitebuilder
...
Added GoDaddy Site Builder
6 years ago
q--
b0e848461d
Improve Google Web Toolkit detection
...
I don't think `__gwt_` actually exists as a variable (leaving it around just to be sure). Adding some JavaScript variables that *do* exist.
6 years ago
q--
d46b66d300
Add a new way to detect Lodash
6 years ago
q--
2784485e7b
Fix HTML pattern for Vue.js
...
A non-capturing group was accidentally not marked as optional
6 years ago
q--
886ac0a87c
Use SVG logo for Symfony
6 years ago
q--
e467a333be
Add MobX
...
Note: __mobxGlobals.version appears to be the version of a specific MobX
component, as it was 4 at MobX version 2.x and went to 5 at MobX 3.x
(and has stayed 5 in all subsequent versions).
Because of this I haven't used the variable for version detection
6 years ago
Estefano Salazar
5e4caed097
Fixed icon name on apps.json (minuscule name).
6 years ago
Estefano Salazar
78a702f03f
Added "Simbel" e-commerce application.
6 years ago
Kyle Taylor
5abe66de7c
Adding Section.io for CDN
6 years ago
q--
c5547aac7d
Add Redaxscript CMS
6 years ago
Kyle Taylor
fd36eee5b5
Added GoDaddy Site Builder
6 years ago
Elbert Alias
31b71ba454
Build v5.8.5
6 years ago
Elbert Alias
6c7f162c2c
Fix merge
6 years ago
Elbert Alias
6bd86e0f4f
Merge pull request #2811 from q--/Fix_VideoJS_detection
...
Fix and improve VideoJS detection
6 years ago
Elbert Alias
45dcedddd5
Merge pull request #2810 from q--/Fix_Webtrekk_detection
...
Improve webtrekk detection
6 years ago
Elbert Alias
b9a582be3c
Merge pull request #2809 from q--/Improve_RDoc_detection
...
Detect modern RDoc versions
6 years ago
Elbert Alias
50afdb1907
Merge pull request #2808 from q--/Detect_PDF.js_version
...
Add new ways to detect PDF.js and its version
6 years ago
Elbert Alias
8d3bf0661c
Merge pull request #2806 from q--/patch-9
...
Improve Carbon Ads script pattern
6 years ago
Elbert Alias
88ea04580e
Merge pull request #2805 from Breitmann/Intershop
...
Added support for the new Intershop progressive web app
6 years ago
Elbert Alias
4a39e258f2
Merge pull request #2804 from grallc/clickfunnels
...
Better Click Funnels Detection
6 years ago
Elbert Alias
6a3f473e98
Merge pull request #2803 from kyletaylored/feature/add-wpengine
...
Update WP Engine detection
6 years ago
Elbert Alias
9ed05cdd35
Merge pull request #2802 from sudohyak/master
...
Add Zimbra
6 years ago
Elbert Alias
9586930a3a
Merge pull request #2800 from kyletaylored/feature/2703-wordpress-hosts
...
Add WordPress hosting
6 years ago
Elbert Alias
94549d31a5
Merge pull request #2795 from nhalstead/master
...
Added ZenDesk
6 years ago
Elbert Alias
1549dfda60
Merge branch 'master' into add-saber
6 years ago
Elbert Alias
b4da441fd9
Merge pull request #2793 from cheapsteak/master
...
Add Apollo as Javascript lib
6 years ago