Closed
Bug 1048017
Opened 9 years ago
Closed 9 years ago
Pref on screensharing by default now that whitelisting has landed and tests are running
Categories
(Core :: WebRTC: Audio/Video, defect)
Core
WebRTC: Audio/Video
Tracking
()
VERIFIED
FIXED
mozilla34
People
(Reporter: jesup, Assigned: jesup)
References
Details
Attachments
(1 file)
1.31 KB,
patch
|
jesup
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Screensharing is now protected from use by random web content by a pref whitelists (bug 1037424). Since tests have also landed in bug 1039666, I'm flipping the feature on by default (users will still need to edit the whitelist in about:config to use it with a specific site); this means that the requirement will be more strict (site-specific) than the previous protection just by the enable pref (turned on for all sites if you flipped it). Landing under rs=module owner
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8466789 [details] [diff] [review] pref on WebRTC screensharing - whitelist blocks access by default rs=jesup rs=moduleowner
Attachment #8466789 -
Flags: review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ba49cca9883e
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rjesup
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8466789 [details] [diff] [review] pref on WebRTC screensharing - whitelist blocks access by default rs=jesup Approval Request Comment [Feature/regressing bug #]: N/A [User impact if declined]: Users will need to edit two prefs in about:config to enable screensharing. (Note: I believe we'll be adding a default string to the whitelist in 33; if so we'd want this to be enabled.) [Describe test coverage new/current, TBPL]: Windows/screen sharing tests have landed; this should be uplifted with them. The actual uplift would be gated on uplifting them. [Risks and why]: none - whitelist blocks usage regardless of this value [String/UUID change made/needed]: none
Attachment #8466789 -
Flags: approval-mozilla-aurora?
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ba49cca9883e
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Updated•9 years ago
|
Attachment #8466789 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•9 years ago
|
||
I think this should be part of the 33 release notes, right?
Flags: needinfo?(rjesup)
Comment 7•9 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #4) > [User impact if declined]: Users will need to edit two prefs in about:config > to enable screensharing. (Note: I believe we'll be adding a default string > to the whitelist in 33; if so we'd want this to be enabled.) Note: bug 1037424 hasn't reached aurora yet, and I think it should before we pref on there.
Assignee | ||
Comment 8•9 years ago
|
||
(In reply to Florian Quèze [:florian] [:flo] from comment #7) > (In reply to Randell Jesup [:jesup] from comment #4) > > > [User impact if declined]: Users will need to edit two prefs in about:config > > to enable screensharing. (Note: I believe we'll be adding a default string > > to the whitelist in 33; if so we'd want this to be enabled.) > > Note: bug 1037424 hasn't reached aurora yet, and I think it should before we > pref on there. Yes - I've marked that one for uplift as well. Thanks
Flags: needinfo?(rjesup)
Comment 9•9 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #4) > [User impact if declined]: Users will need to edit two prefs in about:config > to enable screensharing. media.getusermedia.screensharing.enabled and what's the second one?
Flags: needinfo?(rjesup)
Assignee | ||
Comment 10•9 years ago
|
||
See bug 1037424 - media.getusermedia.screensharing.allowed_domains for webrtc-landing, it would be "mozilla.github.io"
Flags: needinfo?(rjesup)
Comment 11•9 years ago
|
||
So, this bug only sets media.getusermedia.screensharing.enabled=TRUE. Confirmed in 34.0a1 (2014-08-05), Win 7 x64.
Assignee | ||
Comment 12•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/793c7a968030
Whiteboard: [screensharing-uplift]
Comment 13•9 years ago
|
||
Verified in Firefox 33 Beta 1 (BuildID=20140902214533) on Win 7 x64 and media.getusermedia.screensharing.enabled is set to true by default.
You need to log in
before you can comment on or make changes to this bug.
Description
•