Skip to content

Checking browser version

gitlab-qa-bot requested to merge github/fork/zzet/outdated_browsers_check into master

Created by: zzet

The code checks whether the user's browser to the list of supported. Are listed on the page: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/requirements.md#supported-webbrowsers. If the browser is outdated or unsupported - displays information block.

All rules are described in config file: config/initializers/browser_modern_rules.rb

Merge request reports