From 5a12878c06f8c20a4d0e2f9634e166de3b962470 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 7 Dec 2017 21:50:27 +0100 Subject: [PATCH] Add a way to fingerprint raphael.js (#1887) * Add a way to fingerprint raphael.js This can be tested on [cryptonator](https://www.cryptonator.com/rates/XMR-EUR) * Make the new groups optional --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 70b04e3e5..27d921d2d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7084,7 +7084,7 @@ ], "env": "^Raphael$", "icon": "Raphael.png", - "script": "raphael.*\\.js", + "script": "raphael(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1", "website": "http://dmitrybaranovskiy.github.io/raphael/" }, "Rapid Logic": {