Little enhancements for Liferay Portal (using ALSO headers)

main
Pier Paolo Ramon 13 years ago
parent 44bdc7a219
commit 28f54ced54

@ -168,7 +168,7 @@
'Koobi': { cats: { 1: 1 }, meta: { 'generator': /Koobi/i } },
'lighttpd': { cats: { 1: 22 }, headers: { 'Server': /lighttpd/i } },
'LiveJournal': { cats: { 1: 11 }, url: /^(www.)?.+\.livejournal\.com/i },
'Liferay': { cats: { 1: 1 }, env: /^Liferay$/ },
'Liferay': { cats: { 1: 1 }, env: /^Liferay$/, headers: { 'Liferay-Portal': /Liferay/i } },
'Lotus Domino': { cats: { 1: 22 }, headers: { 'Server': /Lotus\-Domino/i } },
'Magento': { cats: { 1: 6 }, script: /\/(js\/mage|skin\/frontend\/(default|enterprise))\//, env: /^(Mage|VarienForm)$/ },
'Mambo': { cats: { 1: 1 }, meta: { 'generator': /Mambo/i } },

Loading…
Cancel
Save