Open Bug 1812190 Opened 2 years ago Updated 2 years ago

Discuss if Autoplay Policy Detection API should be affected by resisting finger printing

Categories

(Core :: Audio/Video: Playback, task, P3)

task

Tracking

()

People

(Reporter: alwu, Assigned: alwu)

References

(Blocks 1 open bug)

Details

In this bug, I would like to discuss if we should restrict Autoplay Policy API if privacy.resistFingerprinting=true.

No longer depends on: 1773551

IIUIC, we could allow the API but enforce autoplay settings to something, also because it's exposed in UI settings and we can do with tightening up RFP variables, and also because it is already exposed without the API (pretty sure this is the case but costly, did not PoC)

Links

perhaps

  • media.autoplay.default = 5 // block all by default
  • media.autoplay.blocking_policy = 2 // click to play for each and every media
  • ignore exceptions (similar to how RFP ignores zoom)

This would then propagate to the API, and all RFP users would look the same, right?

You need to log in before you can comment on or make changes to this bug.