Skip to content

Commit

Permalink
旧方式の🐙への対応 #6
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Apr 21, 2022
1 parent 8f69586 commit 013fd6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 2chAPIProxy/DatProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,10 @@ private void ResPost(Session oSession, bool is2ch)
}
Cookie.Remove("sid");
Cookie.Remove("SID");

// TAKO=ODORIを消す
Cookie.Remove("TAKO");

//送信クッキーのセット
String domain = CheckWriteuri.Match(oSession.fullUrl).Groups[1].Value;
//String domain = ".5ch.net";
Expand Down

0 comments on commit 013fd6d

Please sign in to comment.