summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-05-20 05:28:59 +0200
committerGitHub <noreply@github.com>2020-05-19 23:28:59 -0400
commit34e6a4e05734a642883037ba1a9f78750c1a0583 (patch)
tree02f05d48cc76b6cfecb3e3adaf7d91554f8a0364 /docs/content
parent6da87eda8bcfca49a008c07f7e3cff001df921bf (diff)
downloadgitea-34e6a4e05734a642883037ba1a9f78750c1a0583.tar.gz
gitea-34e6a4e05734a642883037ba1a9f78750c1a0583.zip
Remove IE11 support (#11470)
* Remove IE11 support With master now on 1.13, it's time to drop IE11 for good. The woff variants are also in use by Opera Mini but it has even less market share and I can only imagine how broken the UI is in it. Fixes: https://github.com/go-gitea/gitea/issues/6147 * update docs Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/doc/features/authentication.en-us.md4
-rw-r--r--docs/content/page/index.en-us.md4
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/content/doc/features/authentication.en-us.md b/docs/content/doc/features/authentication.en-us.md
index 4a016fc134..bc4c33ad4d 100644
--- a/docs/content/doc/features/authentication.en-us.md
+++ b/docs/content/doc/features/authentication.en-us.md
@@ -238,9 +238,9 @@ Before activating SSPI single sign-on authentication (SSO) you have to prepare y
- Sign in to a client computer in the same domain with any domain user (client computer, different from the server running `gitea.exe`)
-- If you are using Chrome, Edge or Internet Explorer, add the URL of the web app to the Local intranet sites (`Internet Options -> Security -> Local intranet -> Sites`)
+- If you are using Chrome or Edge, add the URL of the web app to the Local intranet sites (`Internet Options -> Security -> Local intranet -> Sites`)
-- Start Chrome, Edge or Internet Explorer and navigate to the FQDN URL of gitea (eg. `http://host.domain.local:3000`)
+- Start Chrome or Edge and navigate to the FQDN URL of gitea (eg. `http://host.domain.local:3000`)
- Click the `Sign In` button on the dashboard and choose SSPI to be automatically logged in with the same user that is currently logged on to the computer
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md
index 0924865f6a..ed053f04b3 100644
--- a/docs/content/page/index.en-us.md
+++ b/docs/content/page/index.en-us.md
@@ -261,7 +261,9 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others.
## Browser Support
-- Please see [Semantic UI](https://github.com/Semantic-Org/Semantic-UI#browser-support) for specific versions of supported browsers.
+- Last 2 versions of Chrome, Firefox and Safari
+- Firefox ESR
+- Edge 14+
## Components