Document `RenderingServer.get_video_adapter_name()` may report a fixed name

Firefox will always report the user's GPU as a GeForce GTX 980 in
an attempt to make fingerprinting more difficult.
This is not the case in Chromium-based browsers though.

(cherry picked from commit c751f190c9)
This commit is contained in:
Hugo Locurcio 2023-08-09 11:24:40 +02:00 committed by Yuri Sizov
parent 9812dfd450
commit 89dd2d066f
1 changed files with 1 additions and 0 deletions

View File

@ -1443,6 +1443,7 @@
<description>
Returns the name of the video adapter (e.g. "GeForce GTX 1080/PCIe/SSE2").
[b]Note:[/b] When running a headless or server binary, this function returns an empty string.
[b]Note:[/b] On the web platform, some browsers such as Firefox may report a different, fixed GPU name such as "GeForce GTX 980" (regardless of the user's actual GPU model). This is done to make fingerprinting more difficult.
</description>
</method>
<method name="get_video_adapter_type" qualifiers="const">