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
main
jvoisin 7 years ago committed by Elbert Alias
parent 0fe7fd2ee9
commit 5a12878c06

@ -7084,7 +7084,7 @@
], ],
"env": "^Raphael$", "env": "^Raphael$",
"icon": "Raphael.png", "icon": "Raphael.png",
"script": "raphael.*\\.js", "script": "raphael(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1",
"website": "http://dmitrybaranovskiy.github.io/raphael/" "website": "http://dmitrybaranovskiy.github.io/raphael/"
}, },
"Rapid Logic": { "Rapid Logic": {