Merge lp:~mardy/account-plugins/oa-capture into lp:account-plugins

Proposed by Alberto Mardegan
Status: Needs review
Proposed branch: lp:~mardy/account-plugins/oa-capture
Merge into: lp:account-plugins
Diff against target: 11 lines (+0/-2)
1 file modified
src/google.vala (+0/-2)
To merge this branch: bzr merge lp:~mardy/account-plugins/oa-capture
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Online Accounts Pending
Review via email: mp+215158@code.launchpad.net

Commit message

Google: don't ignore provided cookies

The latest OA capture implementation provides the correct cookies.

Description of the change

Google: don't ignore provided cookies

The latest OA capture implementation provides the correct cookies.
This change is harmless at the moment, because there isn't any implementation of a OA capture.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

136. By Alberto Mardegan

Google: don't ignore provided cookies

The latest OA capture implementation provides the correct cookies.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/google.vala'
2--- src/google.vala 2013-06-06 13:16:51 +0000
3+++ src/google.vala 2014-04-10 11:55:16 +0000
4@@ -41,8 +41,6 @@
5 oauth_params.insert ("AuthPath",
6 "o/oauth2/auth?access_type=offline&approval_prompt=force");
7 set_oauth_parameters (oauth_params);
8-
9- set_ignore_cookies (true);
10 }
11 }
12

Subscribers

People subscribed via source and target branches