ungoogled-software/ungoogled-chromium

Spoof WebGPU info

开放

#3,670 创建于 2026年2月25日

 (0 条评论) (1 个反应) (0 位负责人)Python (771 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (18,674 个星标)
PR 合并指标
 (平均合并 1天 11小时) (30 天内合并 9 个 PR)

描述

Description

The current "Spoof Webgl Info" option but for WebGPU.

Who's implementing?

  • I'm willing to implement this feature myself

The problem

Ungoogled Chromium has a patch which adds a "Spoof Webgl Info" option which replaces the UNMASKED RENDERER/VENDOR of WebGL with the string " " (an empty space). However, it is possible to get similar hardware information using the WebGPU API: await navigator.gpu.requestAdapter()

Possible solutions

Either integrate it into the existing option (since the intent is the same: hiding hardware information) or add a new option which redacts the vendor/device information like WebGL.

Alternatives

Adding an option to disable WebGPU entirely (like what we have with WebGL).

Extensions are not alternatives; they cannot inject code into web workers.

Additional context

No response

贡献者指南