noVNC/core
lhchavez 0c55c64757 Normalize the credentials presence check
Most places that check for the presence / absence of credentials compare
them against `undefined`, except the one for Plain authentication.

This change makes the very last place to use the same pattern (instead
of checking for falsiness) for consistency. Additionally, there are ways
to configure PAM to accept empty passwords, so it's possible for a user
to legitimately send an empty string as password.
2021-03-11 06:42:11 -08:00
..
decoders Handle empty rects in RAW decoder as well 2020-09-07 12:58:52 +02:00
input chore: sync with W3C documentation 2020-12-22 10:50:23 +01:00
util Remove createEvent() fallbacks 2020-12-07 10:10:53 +01:00
base64.js Standardize on camelCase in Base64 2020-05-31 23:37:29 +02:00
deflator.js Add camelCase rule to eslint 2020-05-31 23:37:29 +02:00
des.js Convert DES into a class 2019-02-26 23:53:43 +02:00
display.js Remove createImageData() fallback 2020-12-07 10:10:53 +01:00
encodings.js Add extended clipboard Pseudo-Encoding 2020-02-18 09:32:36 +01:00
inflator.js Add camelCase rule to eslint 2020-05-31 23:37:29 +02:00
rfb.js Normalize the credentials presence check 2021-03-11 06:42:11 -08:00
websock.js Remove many small, obsolete, old browser hacks 2020-12-07 10:10:53 +01:00