2021-01-22 04:08:53 -05:00
|
|
|
#
|
2021-07-06 23:08:47 -04:00
|
|
|
# This list of browsers is a conservative definition, based on
|
2021-01-22 04:08:53 -05:00
|
|
|
# https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers
|
|
|
|
# with the following reasoning:
|
|
|
|
#
|
2022-07-08 11:08:58 -04:00
|
|
|
# - We should support the latest ESR of Firefox: 91, because it used quite a lot.
|
|
|
|
# - We use Edge/Chrome >= 92 because they are about as old as the Firefox ESR
|
|
|
|
# - Safari 14.1 because it is the current minor version of the previous major version
|
2021-01-22 04:08:53 -05:00
|
|
|
#
|
2021-07-06 23:08:47 -04:00
|
|
|
# See also this epic: https://gitlab.com/groups/gitlab-org/-/epics/3957
|
2021-01-22 04:08:53 -05:00
|
|
|
#
|
2022-07-08 11:08:58 -04:00
|
|
|
chrome >= 92
|
|
|
|
edge >= 92
|
|
|
|
firefox >= 91
|
|
|
|
safari >= 14.1
|