Closed
Description
The comment on the referred line specifies that the order of supportedAuthDomains
matters. But the outer loop is the authorized domains from the web request, so actually the first match in the authorized domains list 'wins'.
The inner and outer loops should be switched for the comment to be correct.