gitlab-org--gitlab-foss/app/controllers/profiles
Timothy Andrew 4b33c4c6d1 Load Javascript U2F library selectively.
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.
2016-07-14 08:19:09 +05:30
..
accounts_controller.rb
application_controller.rb
avatars_controller.rb
emails_controller.rb
keys_controller.rb
notifications_controller.rb Re-use notifications dropdown on user profile 2016-06-16 23:34:21 -03:00
passwords_controller.rb
personal_access_tokens_controller.rb
preferences_controller.rb
two_factor_auths_controller.rb Load Javascript U2F library selectively. 2016-07-14 08:19:09 +05:30