You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnind>0&&ind===trustedAuthority.length-allowedOrigin.length-1;// OK - but currently failing
106
+
}
107
+
108
+
functionsameConcatenation(allowedOrigin){
109
+
consttrustedAuthority="example.com";
110
+
returntrustedAuthority.indexOf("."+allowedOrigin)>0&&trustedAuthority.indexOf("."+allowedOrigin)===trustedAuthority.length-allowedOrigin.length-1;// OK - but currently failing
0 commit comments