shinyworks / cookies

Use Browser Cookies with 'shiny'
https://shinyworks.github.io/cookies/
Other
32 stars 4 forks source link

Harden http-only #64

Closed jonthegeek closed 1 year ago

jonthegeek commented 1 year ago

There's a racetime issue where we try to check .is_http_only before the cookies_start object has initialized. Don't do that. Wait to do any getting or setting until after that happens.