Skip to content

Commit

Permalink
chore: remove codedoc
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Mścichowski <piotr.mscichowski@gmail.com>
  • Loading branch information
aeneasr and piotrmsc committed Mar 22, 2022
1 parent 011219a commit c53a9e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfservice/flow/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func EnsureCSRF(reg interface {

// Workaround for Cloudflare setting cookies that we can't control.
var hasCookie bool
// - __cfasdf
for _, c := range r.Cookies() {
if !strings.HasPrefix(c.Name, "__cf") {
hasCookie = true
Expand Down

0 comments on commit c53a9e2

Please sign in to comment.