From a7dda27477486c7edfb6258ffc32aad17cc2682a Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 13 Mar 2023 14:47:11 +0530 Subject: [PATCH 1/2] FunCaptcha Trace Added --- .../webextension/images/icons/fun_captcha.svg | 2 + src/technologies/f.json | 67 +++++++++++-------- 2 files changed, 40 insertions(+), 29 deletions(-) create mode 100644 src/drivers/webextension/images/icons/fun_captcha.svg diff --git a/src/drivers/webextension/images/icons/fun_captcha.svg b/src/drivers/webextension/images/icons/fun_captcha.svg new file mode 100644 index 000000000..17e0a8079 --- /dev/null +++ b/src/drivers/webextension/images/icons/fun_captcha.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/technologies/f.json b/src/technologies/f.json index 91a8fa26d..ec72c145e 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -927,38 +927,38 @@ ], "website": "https://woocommerce.com/flexslider/" }, + "Flickity": { + "cats": [ + 59 + ], + "description": "Flickity is a JavaScript slider library, built by David DeSandro of Metafizzy fame.", + "dom": "style[data-context='foundation-flickity-css'], div.flickity-enabled", + "js": { + "Flickity": "" + }, + "oss": true, + "scriptSrc": "flickity(?:/|@)([\\d\\.]+).+flickity(?:\\.pkgd)?(?:\\.min)?\\.js\\;version:\\1", + "website": "https://flickity.metafizzy.co" + }, "FlippingBook": { "cats": [ 5 ], "description": "FlippingBook is a web-based software platform that enables users to create, publish, and share digital publications such as magazines, brochures, catalogs, and presentations.", - "icon": "FlippingBook.svg", "dom": "a[href*='flippingbook.com/'][target='_blank']", - "scriptSrc": "online\\.flippingbook\\.com/", + "icon": "FlippingBook.svg", "js": { "__flippingbook_csrf__": "" }, - "saas": true, "pricing": [ "low", "recurring", "poa" ], + "saas": true, + "scriptSrc": "online\\.flippingbook\\.com/", "website": "https://flippingbook.com" }, - "Flickity": { - "cats": [ - 59 - ], - "description": "Flickity is a JavaScript slider library, built by David DeSandro of Metafizzy fame.", - "dom": "style[data-context='foundation-flickity-css'], div.flickity-enabled", - "js": { - "Flickity": "" - }, - "oss": true, - "scriptSrc": "flickity(?:/|@)([\\d\\.]+).+flickity(?:\\.pkgd)?(?:\\.min)?\\.js\\;version:\\1", - "website": "https://flickity.metafizzy.co" - }, "Flits": { "cats": [ 100 @@ -1101,6 +1101,18 @@ "scriptSrc": "/wp-content/plugins/flying-analytics/", "website": "https://wordpress.org/plugins/flying-analytics/" }, + "Flying Images": { + "cats": [ + 87 + ], + "description": "Flying Images is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", + "icon": "default.svg", + "js": { + "flyingImages": "" + }, + "requires": "WordPress", + "website": "https://wordpress.org/plugins/nazy-load/" + }, "Flying Pages": { "cats": [ 87, @@ -1109,25 +1121,13 @@ "description": "Flying Pages is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", "dom": "link[href*='/wp-content/plugins/flying-pages/']", "icon": "Flying Pages.svg", - "requires": "WordPress", "js": { "flyingPages": "" }, + "requires": "WordPress", "scriptSrc": "/wp-content/plugins/flying-pages/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", "website": "https://wordpress.org/plugins/flying-pages/" }, - "Flying Images": { - "cats": [ - 87 - ], - "description": "Flying Images is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", - "icon": "default.svg", - "requires": "WordPress", - "js": { - "flyingImages": "" - }, - "website": "https://wordpress.org/plugins/nazy-load/" - }, "Flyspray": { "cats": [ 13 @@ -2057,6 +2057,15 @@ "scriptSrc": "\\.fullstory\\.com/", "website": "https://www.fullstory.com" }, + "FunCaptcha": { + "cats": [ + 16 + ], + "description": "The Arkose MatchKey challenge-response mechanism is the strongest CAPTCHA ever made, and is designed to meet modern threats head-on.", + "icon": "fun_captcha.svg", + "website": "https://www.arkoselabs.com/arkose-matchkey/", + "xhr": "api\\.funcaptcha\\.com" + }, "Fundiin": { "cats": [ 91 From 36d734817a2f2a7f94bab4fd0491956d749e38ec Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 13 Mar 2023 15:53:54 +0530 Subject: [PATCH 2/2] Description Updated --- src/technologies/f.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index ec72c145e..0d6a2f17d 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -2061,7 +2061,7 @@ "cats": [ 16 ], - "description": "The Arkose MatchKey challenge-response mechanism is the strongest CAPTCHA ever made, and is designed to meet modern threats head-on.", + "description": "FunCaptcha is a type of CAPTCHA, which is a security measure used to protect websites and online services from spam, bots, and other forms of automated abuse.", "icon": "fun_captcha.svg", "website": "https://www.arkoselabs.com/arkose-matchkey/", "xhr": "api\\.funcaptcha\\.com"