From 016673690d4971e7028c5ac71ff2a8f47bbdf1c1 Mon Sep 17 00:00:00 2001 From: nightpool Date: Sun, 1 Oct 2023 17:05:26 -0500 Subject: [PATCH] Remove outdated Firefox Linux warning The linked tracking bug has been closed since Firefox 94 which reached stable Nov 2, 2021, since the new WebRender backend improved the benchmarks --- tutorials/export/exporting_for_web.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tutorials/export/exporting_for_web.rst b/tutorials/export/exporting_for_web.rst index 84cb8406b06..59c1e90e949 100644 --- a/tutorials/export/exporting_for_web.rst +++ b/tutorials/export/exporting_for_web.rst @@ -39,13 +39,6 @@ in the user's browser. Browsers also require that the web page is served with specific `cross-origin isolation headers `__. -.. note:: - - If you use Linux, due to - `poor Firefox WebGL performance `__, - it's recommended to play the exported project using a Chromium-based browser - instead of Firefox. - WebGL version -------------