Open Bug 1772039 Opened 2 years ago Updated 2 years ago

Enabling privacy.resistFingerprinting causes the zoom cameras/screens to be a black screen.

Categories

(Core :: DOM: Security, defect, P3)

Firefox 100
defect

Tracking

()

People

(Reporter: Joseph.Castro.R, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fingerprinting][domsecurity-backlog3])

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0

Steps to reproduce:

I enabled privacy.resistFingerprinting

Actual results:

When it was enabled, cameras/screens in zoom were black.

Expected results:

The cameras/screens showed the real results.

zoom needs a canvas site exception

(In reply to Simon Mainey from comment #1)

zoom needs a canvas site exception

https://github.com/arkenfox/user.js/issues/1116#issuecomment-778797663 - with RFP zoom returns a random wavy pattern

https://github.com/arkenfox/user.js/issues/1116#issuecomment-782878777 - webgl.disabled = true (default is false and RFP does not disable webgl), then you get a black screen

Joseph, do you have webgl.disabled = true ?

Flags: needinfo?(Joseph.Castro.R)

(In reply to Simon Mainey from comment #2)

(In reply to Simon Mainey from comment #1)

zoom needs a canvas site exception

https://github.com/arkenfox/user.js/issues/1116#issuecomment-778797663 - with RFP zoom returns a random wavy pattern

https://github.com/arkenfox/user.js/issues/1116#issuecomment-782878777 - webgl.disabled = true (default is false and RFP does not disable webgl), then you get a black screen

Joseph, do you have webgl.disabled = true ?

Hello, Simon.
It seems that when webgl.disabled = false it does that random wavy pattern you mentioned. When webgl.disabled = true it simply returns a black screen.

Flags: needinfo?(Joseph.Castro.R)

(In reply to Joseph.Castro.R from comment #3)

It seems that when webgl.disabled = false it does that random wavy pattern you mentioned. When webgl.disabled = true it simply returns a black screen.

So the black screen was because you disabled webgl (unless I misunderstood you). If you disable APIs, expect things to break.

The real issue is that RFP causes wavy patterns (it's doing it's job). Did you try setting a site exception for canvas, as mentioned in comment 1 - that's what it's there for.

The Bugbug bot thinks this bug should belong to the 'Core::DOM: Security' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → DOM: Security
Product: Firefox → Core
Severity: -- → S4
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Whiteboard: [fingerprinting][domsec-backlog3]
Whiteboard: [fingerprinting][domsec-backlog3] → [fingerprinting][domsecurity-backlog3]
You need to log in before you can comment on or make changes to this bug.