You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Played a bit with download buttons, noticed that stats are recorded only for the first click in Firefox. e.g., if you download two builds from Firefox, we will only record the first one. This does not reproduce locally, and does not affect Chrome. I think we had the problem since the beginning, but it only occurs with HTTPS.
In Firefox Network devtools, the first XHR is marked as secure, the second one is marked as not secure. Even though in both cases query URL starts with https://
Not sure if the problem comes from the jQuery lib we’re using, our code, or Firefox.
Same behavior with Firefox Release or Nightly.
The text was updated successfully, but these errors were encountered:
Played a bit with download buttons, noticed that stats are recorded only for the first click in Firefox. e.g., if you download two builds from Firefox, we will only record the first one. This does not reproduce locally, and does not affect Chrome. I think we had the problem since the beginning, but it only occurs with HTTPS.
In Firefox Network devtools, the first XHR is marked as secure, the second one is marked as not secure. Even though in both cases query URL starts with https://
Not sure if the problem comes from the jQuery lib we’re using, our code, or Firefox.
Same behavior with Firefox Release or Nightly.
The text was updated successfully, but these errors were encountered: