ungoogled-software/ungoogled-chromium

Spoof WebGPU info

オープン

#3,670 opened on 2026/02/25

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)Python (771 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (18,674 個のスター)
PR merge metrics
 (平均マージ 1d 11h) (30d で 9 merged PRs)

説明

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

コントリビューターガイド