1

Steps to reproduce:
I've encountered a strange JS bug. I'm trying to set a cookie using javascript with document.cookie='uuid=set' but it doesn't work, nothing happens. I can set a different cookie like document.cookie='test=blah' and then sometimes, but not always, I'm able to set the uuid=set cookie. This doesn't happen in Safari.

Expected behavior:
I expect the cookie to be added

Orion, OS version; hardware type:
one before 0.99.115.2-beta
Mac OS 12.4
iMac (intel)

Image/Video:
<Copy/paste or drag and drop to upload images or videos (up to 20MB)>

  • Vlad replied to this.
    6 days later

    hoppyfrood Can you try in 115.3 and ive exact steps to reproduce in console?

      go the console in Web Inspector
      type: document.cookie='uuid=set'
      type: document.cookie, notice uuid=set not there
      check cookies in Storage tab, notice uuid=set not there
      type document.cookie='test=blah'
      type document.cookie, notice test=blah is there
      check cookies in Storage tab, test=blah not there
      close Web Inspector, reopen, check Storage tab, test=blah there now, uuid=set still not there
      try document.cookie='uuid=set' again, still doesn't work

      No one is typing