Skip to content

Commit dbd64e0

Browse files
authored
docs(faq): document minimum versions of browsers Anubis supports (TecharoHQ#1540)
* docs(faq): document minimum versions of browsers Anubis supports Closes: TecharoHQ#1534 Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: update spelling Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 3acf8ee commit dbd64e0

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ de
3434
resourced
3535
envoyproxy
3636
unipromos
37+
Samsung

docs/docs/user/frequently-asked-questions.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,14 @@ This interpreter is much slower than native code because it has to translate eac
3232
Some users choose to disable JIT as a hardening measure against theoretical browser exploits. This is a reasonable choice if you face targeted attacks from well-resourced adversaries (such as nation-state actors), but it comes with real performance costs.
3333

3434
If you've disabled JIT and find Anubis checks slow, re-enabling JIT is the fix. There is no way for Anubis to work around this on our end.
35+
36+
## What versions of browsers does Anubis support?
37+
38+
Anubis is written mainly by a single person in a basement in Canada. As such it is impossible for Anubis to support every version of every browser on the planet. As such, here's a few rules of thumb for the browsers that Anubis focuses on supporting:
39+
40+
- At least the two (2) most recent LTS releases of Firefox and Chrome.
41+
- At least the version of Chromium as used by the Samsung Browser on Android.
42+
- At least the last version of Chromium and Firefox that are known to run on Windows 7.
43+
- At least the version of Safari that runs on the second-to-oldest iPhone model currently on the market.
44+
45+
We cannot give more cohesive version bounds than this. If you run into problems, please file an issue. Sometimes you may just need to upgrade hardware though.

0 commit comments

Comments
 (0)