Skip to content

Commit

Permalink
Update to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Oct 27, 2015
1 parent 91d7b77 commit e91cccb
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions normal/gmail.profile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#
# Author: @ChrisTruncer

https-certificate {
set CN "gmail.com";
set O "Google's GMail";
set C "US";
set L "Mountain View";
set OU "Google Mail";
set ST "CA";
set validity "365";
}
#https-certificate {
# set CN "gmail.com";
# set O "Google's GMail";
# set C "US";
# set L "Mountain View";
# set OU "Google Mail";
# set ST "CA";
# set validity "365";
#}

http-get {
set uri "/_/scs/mail-static/_/js/";
Expand All @@ -26,6 +26,7 @@ http-get {
parameter "Accept-Language" "en-US,en;q=0.5";
parameter "Accept-Encoding" "gzip, deflate";
parameter "DNT" "1";
parameter "Cookie" "GMAIL_RTT=265;";

}

Expand Down Expand Up @@ -63,19 +64,17 @@ http-post {
parameter "ui" "d3244c4707";
parameter "hop" "6928632";
parameter "start" "0";
parameter "ver" "CYIddE5Mgok.en.";
header "Cookie" "GMAIL_AT=aq6fC0PF8o4j54nzDfTVMI65mfmyL1eaGZ;";
header "Content-Type" "application/x-www-form-urlencoded;charset=utf-8";

id {
base64;
prepend "SID="
prepend "OSID=";
header "Cookie";
}

output{
base64;
print;
print;
}
}

Expand Down

0 comments on commit e91cccb

Please sign in to comment.