DeviceFarmer / stf

Control and manage Android devices from your browser.
https://devicefarmer.github.io
Other
3.52k stars 497 forks source link

fix bug on cookie using https #752

Closed denis99999 closed 10 months ago

denis99999 commented 10 months ago

When using STF in HTTPS mode, cookies marked "httpOnly" cannot be deleted by the client-side STF web application, resulting in incorrect session closure at logout stage, this PR allows so this delete NOW.

koral-- commented 10 months ago

LGTM, CI build failed due to:

Failed to fetch https://mirror.dogado.de/ubuntu/pool/main/g/gcc-10/liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 193.175.72.15 443]

It looks like some intermittent issue with SSL certificates on ubuntu mirrors. I'll retrigger it later today.