Skip to content

Commit

Permalink
Remove extra COOKIE header from the gmail profile
Browse files Browse the repository at this point in the history
When using the gmail profile we found that the extra `COOKIE` header caused issues (ie. base64 decoding errors). My guess is that CS expects the first `COOKIE` value to be the value that contains magic content that needs to be base64-decoded.

Removing this extra header made the problem go away.
  • Loading branch information
OJ authored Feb 28, 2018
1 parent fbfd87c commit c236264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions normal/gmail.profile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ http-get {
header "Accept-Language" "en-US,en;q=0.5";
header "Accept-Encoding" "gzip, deflate";
header "DNT" "1";
header "Cookie" "GMAIL_RTT=265;";

}

server {
Expand Down

0 comments on commit c236264

Please sign in to comment.