diff --git a/chrome/content/apps.js b/chrome/content/apps.js index a3cf8eb70..9154914c4 100644 --- a/chrome/content/apps.js +++ b/chrome/content/apps.js @@ -237,8 +237,8 @@ if ( typeof wappalyzer != 'undefined' ) { 'Yahoo! Web Analytics': { cats: { 1: 10 }, html: /]* src=("|')[^>]*http:\/\/d\.yimg\.com\/mi\/ywa\.js/ }, 'Yandex.Metrika': { cats: { 1: 10 }, html: /]* src=("|')[^"']+mc\.yandex\.ru\/metrika\/watch\.js("|')/ }, 'YouTube': { cats: { 1: 14 }, html: /<(param|embed)[^>]+youtube\.com\/v/i }, - 'YUI Doc': { cats: { 1: 12 }, html: /]* yuilibrary\.com\/rdf\/[0-9.]+\/yui\.rdf/i }, - 'YUI': { cats: { 1: 4 }, html: /]* src=("|')[^'"]*(\/yui\/|yui\.yahooapis\.com)[^'"]*("|')/, env: /^YAHOO$/ }, + 'YUI Doc': { cats: { 1: 4 }, html: /]* yuilibrary\.com\/rdf\/[0-9.]+\/yui\.rdf/i }, + 'YUI': { cats: { 1: 12 }, html: /]* src=("|')[^'"]*(\/yui\/|yui\.yahooapis\.com)[^'"]*("|')/, env: /^YAHOO$/ }, 'Zen Cart': { cats: { 1: 6 }, html: /]+Zen Cart/i }, 'Zend': { cats: { 1: 18 }, headers: { 'X-Powered-By': /Zend/ } } };