-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable SERP promo for PPro #5239
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
cc12af3
to
a03a28e
Compare
2a32cc6
to
da56b7b
Compare
2fb6e4b
to
32c03fe
Compare
32c03fe
to
eb60a25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected, left a few comments re the CookieManagerWrapperImpl
but nothing major.
} | ||
private class CookieManagerWrapperImpl constructor() : CookieManagerWrapper { | ||
|
||
private val cookieManager: CookieManager by lazy { CookieManager.getInstance() } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's already a CookieManagerProvider
, perhaps we should use that one to get the instance?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
Task/Issue URL: https://app.asana.com/0/1198194956794324/1208264562025856/f
Description
Enable SERP Promo for PPro
Steps to test this PR
Test
privacy_pro_access_token
Setting cookie privacy_pro_access_token=; for domain .subscriptions.duckduckgo.com
logcat showshttps://subscriptions.duckduckgo.com
(this page doesn't exist)privacy_pro_access_token
is set for.subscriptions.duckduckgo.com
with empty valueprivacy_pro_access_token
is NOT sethttps://subscriptions.duckduckgo.com
(or refresh an already open one)privacy_pro_access_token
is set for.subscriptions.duckduckgo.com
with token valueprivacy_pro_access_token
is NOT sethttps://subscriptions.duckduckgo.com
(or refresh an already open one)privacy_pro_access_token
is set for.subscriptions.duckduckgo.com
with empty value