BigW Consortium Gitlab

Skip to content
  • Timothy Andrew's avatar
    4b33c4c6
    Load Javascript U2F library selectively. · 4b33c4c6
    Timothy Andrew authored
    1. Only on supported Chrome versions
    
    2. Mainly, this lets us simplify the javascript-based U2F check to
       `window.u2f`, where `window.u2f` can either be loaded from the GitLab
       server (for Chrome) or from the Firefox extension.
    
    3. This is a better way to provide browser detection for U2F.
    4b33c4c6
    Load Javascript U2F library selectively.
    Timothy Andrew authored
    1. Only on supported Chrome versions
    
    2. Mainly, this lets us simplify the javascript-based U2F check to
       `window.u2f`, where `window.u2f` can either be loaded from the GitLab
       server (for Chrome) or from the Firefox extension.
    
    3. This is a better way to provide browser detection for U2F.
Loading