Improve a bit virtuoso detection (#2547)

- Optimize the `url` regexp
- simplify the `Server` one
main
jvoisin 6 years ago committed by Elbert Alias
parent f1773a68c0
commit 0bc4ef7915

@ -10521,13 +10521,13 @@
34
],
"headers": {
"Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1"
"Server": "Virtuoso/?([0-9.]+)?\\;version:\\1"
},
"meta": {
"Copyright": "^Copyright © \\d{4} OpenLink Software",
"Keywords": "^OpenLink Virtuoso Sparql"
},
"url": ".*/sparql\\.*",
"url": "/sparql",
"website": "https://virtuoso.openlinksw.com/"
},
"Visual WebGUI": {

Loading…
Cancel
Save