Closed
Bug 1402388
Opened 7 years ago
Closed 7 years ago
AWFY - Firefox opening privacy notification tab during tests
Categories
(Testing Graveyard :: AWFY, enhancement)
Testing Graveyard
AWFY
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(2 files)
While checking the running tests on AWFY, I noticed that Firefox had opened the privacy notification page in a background tab. I'm pretty sure we don't want that though I doubt it has much impact overall.
Bug Archaeology shows:
Bug 1400675 - Fix reference to undefined property FirsRunURL
Bug 1382196 - Use the prefs defined in TelemetryUtils.jsm in TelemetryReportingPolicy.jsm
Bug 1367076 - Set datareporting.policy.firstRunURL by default to replace data choices infobar with privacy policy in a background tab on first run.
The combination of these patches has resulted in Firefox opening the privacy tab on first run.
We should set:
user_pref("datareporting.policy.firstRunURL", "");
and reading the patches, probably need to set:
// Skip data reporting policy notifications.
user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
Assignee | ||
Comment 1•7 years ago
|
||
Flags: needinfo?(bbouvier)
Comment 2•7 years ago
|
||
Good call! (to wit, doc of these prefs: http://searchfox.org/mozilla-central/source/toolkit/components/telemetry/docs/internals/preferences.rst#84 )
Flags: needinfo?(bbouvier)
Assignee | ||
Comment 3•7 years ago
|
||
Thanks! That is very informative.
perhaps datareporting.policy.dataSubmissionEnabled False is another one we need to add?
Comment 4•7 years ago
|
||
Yes indeed! (sorry I already merged the PR)
Assignee | ||
Comment 5•7 years ago
|
||
If this is ok, go ahead and merge and mark fixed. Thanks!
Comment 6•7 years ago
|
||
Thanks, merged!
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•