This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Default network.cookie.cookieBehavior
setting in Beta 64 and Nightly 65 disables background extraction
#183
Comments
I don't think this blocks launch, but I would like to make sure this is released before any major marketing pushes past Test Pilot's regular social media and newsletter ones (e.g. if we do a snippet, CFR, or FOMO promo).
|
biancadanforth
added a commit
that referenced
this issue
Oct 19, 2018
Also added the cookie pref from Issue #183, so background updates occur in Nightly.
biancadanforth
added
the
[ENG]: Triage
Work the team needs to review to determine if it will be included as part of the next milestone.
label
Oct 22, 2018
biancadanforth
added a commit
that referenced
this issue
Oct 22, 2018
Also added the cookie pref from Issue #183, so background updates occur in Nightly.
biancadanforth
added a commit
that referenced
this issue
Oct 22, 2018
Also added the cookie pref from Issue #183, so background updates occur in Nightly.
muccimoz
added
reserve-November milestone
and removed
[ENG]: Triage
Work the team needs to review to determine if it will be included as part of the next milestone.
labels
Oct 23, 2018
biancadanforth
changed the title
Default
Default Nov 8, 2018
network.cookie.cookieBehavior
setting in Nightly disables background extractionnetwork.cookie.cookieBehavior
setting in Beta 64 and Nightly 65 disables background extraction
biancadanforth
added a commit
to biancadanforth/price-tracker
that referenced
this issue
Nov 8, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Issue #72 , we implemented behavior changes in the extension based on various privacy contexts (#72 (comment)).
One of those changes was to disable background extraction (price polling) when certain cookie restrictions were in place. The current behavior is to disable background extraction for the following values of
network.cookie.cookieBehavior
:1
:'reject_third_party'
2
:'reject_all'
4
:'reject_trackers'
A patch just landed in Nightly to set this preference's default value to
4
, which means if left as-is, the extension's background extraction and telemetry will be disabled by default in Firefox 64+.Previously, groovecoder had expressed this requirement for enabling background extraction in this situation:
@groovecoder , @chuckharmston : Are there any blocking changes needed here for the MVP? Post-MVP?
Engineering-wise, background updates shouldn't violate whatever cookie policy is in place. With groovecoder's help, I compared the
Cookies
header value between a product page in the content process and loaded for background extraction, and they were the same for a setting of3
.The text was updated successfully, but these errors were encountered: