Skip to content

Commit f4af550

Browse files
authored
Merge branch 'main' into saritai/dependency-review-api-and-action
2 parents 5783afa + a594f40 commit f4af550

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

content/get-started/using-github/supported-browsers.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,36 @@ redirect_from:
66
- /articles/supported-browsers
77
- /github/getting-started-with-github/supported-browsers
88
- /github/getting-started-with-github/using-github/supported-browsers
9-
intro: 'We design {% data variables.product.product_name %} to support the latest web browsers. We support the current versions of [Chrome](https://www.google.com/chrome/), [Firefox](http://www.mozilla.org/firefox/), [Safari](http://www.apple.com/safari/), and [Microsoft Edge](https://www.microsoft.com/en-us/windows/microsoft-edge).'
9+
intro: 'For the best experience with {% data variables.product.product_name %}, we recommend using the latest version of [Chrome](https://google.com/chrome), [Edge](https://microsoft.com/windows/microsoft-edge), [Firefox](https://mozilla.org/firefox), or [Safari](https://apple.com/safari).'
1010
versions:
1111
fpt: '*'
1212
ghes: '*'
1313
ghae: '*'
1414
ghec: '*'
1515
---
16-
## Firefox Extended Support Release
1716

18-
We do our best to support Firefox's latest [Extended Support Release](https://www.mozilla.org/en-US/firefox/organizations/) (ESR). Older versions of Firefox may disable some features on {% data variables.product.product_name %} and require the latest version of Firefox.
17+
## About web browser support for {% data variables.product.product_name %}
18+
19+
We design {% data variables.product.product_name %} with the latest web browsers in mind. We recommend that you use the latest version of one of the following browsers.
20+
21+
- [Apple Safari](https://apple.com/safari)
22+
- [Google Chrome](https://google.com/chrome)
23+
- [Microsoft Edge](https://microsoft.com/windows/microsoft-edge)
24+
- [Mozilla Firefox](https://mozilla.org/firefox)
25+
26+
If you do not use the latest version of a recommended browser, or if you use a browser that is not listed above, {% data variables.product.product_name %} or some features may not work as you expect, or at all.
27+
28+
For more information about how we maintain browser compatibility for {% data variables.product.company_short %}'s products, see the [`github/browser-support`](https://github.com/github/browser-support) repository.
29+
## Extended support for recommended web browsers
30+
31+
Some browser vendors provide extended support releases. We do our best to ensure that {% data variables.product.product_name %} functions properly in the latest extended support release for:
32+
33+
- Chrome's [extended stable channel](https://support.google.com/chrome/a/answer/9027636)
34+
- Edge's [Extended Stable Channel](https://docs.microsoft.com/en-gb/deployedge/microsoft-edge-channels#extended-stable-channel)
35+
- Firefox's [Extended Support Release](https://www.mozilla.org/en-US/firefox/organizations/) (ESR)
36+
37+
In earlier extended support releases, {% data variables.product.product_name %} may not work as you expect, and some features may not be available.
38+
1939

2040
## Beta and developer builds
2141

tests/meta/repository-references.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const PUBLIC_REPOS = new Set([
5656
'stack-graphs',
5757
'codespaces-precache',
5858
'advisory-database',
59+
'browser-support',
5960
])
6061

6162
const ALLOW_DOCS_PATHS = [

0 commit comments

Comments
 (0)