Skip to content

Commit

Permalink
Update library/libraries.js
Browse files Browse the repository at this point in the history
Co-authored-by: Houssein Djirdeh <houssein.djirdeh@gmail.com>
  • Loading branch information
bmack and housseindjirdeh committed Jun 26, 2020
1 parent 4960702 commit aba43a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/libraries.js
Expand Up @@ -1768,7 +1768,7 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {

if (generatorMeta ||res.some(s => resourcesTYPO3.test(s.src)) || res.some(s => resourcesTYPO3.test(s.href))) {
// No version exposure available in TYPO3 due to information disclosure
return { UNKNOWN_VERSION };
return { version: UNKNOWN_VERSION };
}

return false;
Expand Down

0 comments on commit aba43a8

Please sign in to comment.