Re-add version detection for Arastta

Version information in the headers was removed in version 1.2.1, but not
all websites are using this version. Additionally, an empty "X-Arastta"
header implies Arastta 1.2.1+ so detection was added for this as well.
main
q-- 9 years ago
parent c7c8e57e2e
commit c9e8a1c33c

@ -508,7 +508,8 @@
],
"excludes": "OpenCart",
"headers": {
"X-Arastta": ""
"Arastta": "(.*)\\;version:\\1",
"X-Arastta": "\\;version:1.2.1+"
},
"html": "Powered by <a [^>]*href=\"https?://(?:www\\.)?arastta\\.org[^>]+>Arastta",
"implies": "PHP",

Loading…
Cancel
Save