File tree Expand file tree Collapse file tree 1 file changed +14
-20
lines changed Expand file tree Collapse file tree 1 file changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,20 @@ requirements for your clients. This ensures that Zammad works as expected.
12
12
1.1 Supported Browsers
13
13
^^^^^^^^^^^^^^^^^^^^^^
14
14
15
- .. list-table :: Zammad/Browser version compatibility
16
- :header-rows: 1
17
- :widths: 20, 30
18
-
19
- * - Browser
20
- - Remarks
21
- * - Firefox 78+
22
- - (ESR)
23
- * - (Google) Chrome 83+
24
- - This also applies for all Chromium based Browsers like Microsoft Edge
25
- * - Opera 69+
26
- - (based on Chromium 83)
27
- * - Safari 14.1+
28
- -
29
-
30
- Please note that Zammad heavily uses Javascript which makes it a hard
31
- requirement. Some browser addons that hook into page content may interfere with
32
- Zammad's function which is not a bug.
33
- For example the Google Chrome translation module is known to do odd things,
34
- especially to state names. Use Zammad's internal translations instead.
15
+ Because Zammad is a web application, only an up-to-date browser is needed. The
16
+ following browsers are supported in their latest stable version:
17
+
18
+ - Firefox
19
+ - Chrome (and Chromium-based)
20
+ - Opera
21
+ - Safari
22
+
23
+ This does not mean that Zammad will not work with other browsers or older
24
+ versions, just that we do not test against or provide support for them.
25
+
26
+ The communication between client and server is based on web sockets. Some
27
+ firewalls may filter these connections. This may lead to decreased browser
28
+ performance.
35
29
36
30
1.2 Network Requirements
37
31
^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments