adjust comment about inconsistency for XSS in typeahead

This commit is contained in:
Erik Krogh Kristensen
2020-09-03 10:50:40 +02:00
parent 2ba84be565
commit 3952553953

View File

@@ -7,7 +7,7 @@
source: autocompleter.ttAdapter(),
templates: {
suggestion: function(loc) {
return loc; // NOT OK! - but not flagged due to not connecting the Bloodhound source with this sink [INCONSISTENCY]
return loc; // NOT OK - but only flagged when `AdditionalSources` are imported [INCONSISTENCY].
}
}
})