Disable tracking protection and dom push
Categories
(Remote Protocol :: Marionette, task, P1)
Tracking
(firefox69 fixed)
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: tarek, Assigned: automatedtester)
References
Details
Attachments
(1 file)
per Henrik: We should really disable tracking and the requests to push.services.mozilla.com by default in Marionette.
Comment 1•6 years ago
|
||
We can disable tracking protection by setting privacy.trackingprotection.enabled = false
. Maybe we can even remove browser.contentblocking.introCount
which is already set in geckoinstance.py because we now completely disable the feature.
In regards of push.services.mozilla.com
this should come from dom.push.serverURL
, and we should be able to turn off the feature by setting dom.push.connection.enabled = false
.
Updated•6 years ago
|
Comment 2•6 years ago
|
||
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+1] from comment #1)
We can disable tracking protection by setting
privacy.trackingprotection.enabled = false
. Maybe we can even removebrowser.contentblocking.introCount
which is already set in geckoinstance.py because we now completely disable the feature.
Note that tracking protection (aka Trackers) is just a subset of content blocking, and as browser.contentblocking.introCount
has to be kept.
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:automatedtester, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
When privacy and tracking protection is enabled there is a call home that
can break tests. This uses the relavant prefs to disable the features.
Comment 6•5 years ago
|
||
Backed out changeset 1efcba0d56db (bug 1542244) for Linting failure in /builds/worker/checkouts/gecko/testing/marionette/client/marionette_driver/geckoinstance.py. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=247422857&repo=autoland&lineNumber=262
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=247422857&revision=1efcba0d56db1d3e12f0fecf3211af6d12a3a646
Backlog:
https://hg.mozilla.org/integration/autoland/rev/2d5a9140e5591972a77fd575f599b8d3c5a87cc4
Comment 8•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Sheriffs please backout this patch, given that it modified the global defaults for the preferences, as such both tracking protection and DOM push are no longer enabled by default in Nightly!
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Backed out changeset 3e5aa7cb7460 (bug 1542244) for causing broken nightly builds, as requested by whimboo.
Backout: https://hg.mozilla.org/mozilla-central/rev/944c410b7e9185a0cb90a4fbc0970299f1ff3e2b
Updated•5 years ago
|
Updated•5 years ago
|
Comment 12•5 years ago
|
||
David, the correct file to modify is:
https://searchfox.org/mozilla-central/source/testing/marionette/components/marionette.js
Assignee | ||
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•