elFarto / nvidia-vaapi-driver

A VA-API implemention using NVIDIA's NVDEC
Other
1.15k stars 53 forks source link

Is MOZ_DISABLE_RDD_SANDBOX=1 still required? #307

Closed Tiagoquix closed 3 weeks ago

Tiagoquix commented 3 weeks ago

It seems this env. variable is no longer required as of Firefox version 102.

Relevant links:

https://bugzilla.mozilla.org/show_bug.cgi?id=1751363

https://bugzilla.mozilla.org/show_bug.cgi?id=1610199

https://www.mozilla.org/en-US/firefox/102.0/releasenotes/ (https://bugzilla.mozilla.org/show_bug.cgi?id=1722051)

elFarto commented 3 weeks ago

It's still required, and likely always will be. NVDEC/CUDA is not designed to be run inside a sandboxed environment.