Pārlūkot izejas kodu

skip signature related parameters.

master
Patrick Peng Sun pirms 8 gadiem
vecāks
revīzija
cf15ff25bd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      crmpixel.go

+ 1
- 1
crmpixel.go Parādīt failu

@@ -240,7 +240,7 @@ func setTrackingCookieAndRecirect(w http.ResponseWriter, r *http.Request) {

//set all cookie from url
for k, v := range m {
if k == "lid" || k == "url" || k == "expire" { //skip lead id and URL and expire
if k == "lid" || k == "url" || k == "expire" || k == "nonce" || k == "signature" || k == "timestamp" { //skip lead id and URL and expire
continue
}
log.Printf("set cookie %s=%s", k, v)

Notiek ielāde…
Atcelt
Saglabāt