summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2021-04-14 10:57:11 +0200
committerSamuel Mannehed <samuel@cendio.se>2021-09-03 16:52:20 +0200
commit1afa18f09ee407fb8856ba28a3fc8f59021f7b23 (patch)
tree79c580df3c0d6c7e01add61def70603ea7491234
parent375f36c57544dd89c042a6beceff93a2430f2358 (diff)
downloadnovnc-1afa18f09ee407fb8856ba28a3fc8f59021f7b23.tar.gz
Increase browser version requirements
Now that we use ResizeObserver we know that we require more modern browsers. The most notable ones here are Firefox and Safari. With regards to Firefox, while the desktop version has had support since 69, the Android app requires 79. At the time of writing the current ESR of Firefox is 78, but the concept of ESR doesn't seem to exist for Android. The Safari 13 requirement means we no longer support for example iPhone 5S or the 4th generation of the iPad. These are devices from 2013~2014.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7bcb52a..3f8abf8 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ noVNC uses many modern web technologies so a formal requirement list is
not available. However these are the minimum versions we are currently
aware of:
-* Chrome 49, Firefox 44, Safari 11, Opera 36, Edge 79
+* Chrome 64, Firefox 79, Safari 13.4, Opera 51, Edge 79
### Server Requirements