From f912db3f8dc0c0cb8cb2358e6ec79dd03b7a875d Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 8 Dec 2025 09:28:05 +0100 Subject: [PATCH] util/driconf/asahi: Override GL renderer for web browsers Several web sites block clients with "Apple" in the WebGL renderer string if the reported OS is not one of Apple's. This check seems to implemented via a 3rd party product which is slowly rolled out over more web sites. Instead of playing whack-a-mole with web sites in multiple browsers override the OpenGL renderer in mesa for known browsers. Backport-to: 25.3 Signed-off-by: Janne Grunau Part-of: --- src/util/00-mesa-defaults.conf | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 70108e6892f..d4ba00727c7 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1372,6 +1372,51 @@ TODO: document the other workarounds. + + + + + + + + + + + + + + + + + + + + + + + + + + +