Skip to content

Commit

Permalink
Merge pull request #56 from AlexCSDev/cf_cookie_hotfix
Browse files Browse the repository at this point in the history
Fix for #55: cloudflare no longer uses __cfduid cookie
  • Loading branch information
AlexCSDev authored May 12, 2021
2 parents ee4bcef + 92c21af commit c0e543c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public async Task ValidateCookies(CookieContainer cookieContainer)

if (cookies["__cf_bm"] == null)
throw new CookieValidationException("__cf_bm cookie not found");
if (cookies["__cfduid"] == null)
throw new CookieValidationException("__cfduid cookie not found");
if (cookies["session_id"] == null)
throw new CookieValidationException("session_id cookie not found");
if (cookies["patreon_device_id"] == null)
Expand Down

0 comments on commit c0e543c

Please sign in to comment.