Merge pull request #581 from develCuy/master

Update regexp to detect Ophal sites.
main
Elbert Alias 11 years ago
commit 41574820bb

@ -2139,8 +2139,9 @@
"Ophal": { "Ophal": {
"website": "ophal.org", "website": "ophal.org",
"cats": [ 1, 11, 18 ], "cats": [ 1, 11, 18 ],
"headers": { "X-Powered-By": "^Ophal(?:/([\\d.]+(?:-alpha\\d+)))?\\;version:\\1" }, "meta" : { "generator": "Ophal( ?(.*))? \\(ophal.org\\)\\;version:\\1" },
"implies": "Lua" "script": "ophal\\.js",
"headers": { "X-Powered-By": "Ophal( ?(.*))? \\(ophal.org\\)\\;version:\\1" },
}, },
"Optimizely": { "Optimizely": {
"website": "optimizely.com", "website": "optimizely.com",