diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-11-07 20:11:57 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-11-07 20:11:57 +0000 |
commit | 147e33a016054e354e04075eb7111f57607bdc02 (patch) | |
tree | 2892a552575f7f877b8efb3aea2371f7f9cb4c21 /doc/install | |
parent | 6be0c160d346c67967e541a76b6fbf6fc1ba2456 (diff) | |
download | gitlab-ce-147e33a016054e354e04075eb7111f57607bdc02.tar.gz |
Update requirements.md with new supported web browsers textupdate-supported-web-browsers
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 766a7119943..42b515761e0 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -143,9 +143,6 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o ## Supported web browsers -- Chrome (Latest stable version) -- Firefox (Latest released version and [latest ESR version](https://www.mozilla.org/en-US/firefox/organizations/)) -- Safari 7+ (known problem: required fields in html5 do not work) -- Opera (Latest released version) -- Internet Explorer (IE) 11+ but please make sure that you have the `Compatibility View` mode disabled. -- Edge (Latest stable version) +We support the current and the previous major release of Firefox, Safari and Microsoft browsers (Microsoft Edge and Internet Explorer 11). + +Each time a new browser version is released, we begin supporting that version and stop supporting the third most recent version. |