browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
204 stars 41 forks source link

Error reading Safari cookies on Big Sur #41

Closed ericmigi closed 3 months ago

ericmigi commented 3 years ago

Attempting to run the example safari script https://github.com/zellyn/kooky#safari on Big Sur.

Getting this error:

2020/11/19 11:46:05 open /Users/eric/Library/Cookies/Cookies.binarycookies: operation not permitted

Even as sudo doesn't work, also tried granting the binary full disk access in settings, no luck.

Has anyone been able to get this to work? Chrome works fine on Big Sur

snipem commented 3 years ago

Have you tried restarting the executing app after giving full disk access to them? I had to give full disk access to my terminal application.

srlehn commented 3 months ago

Cookie store location got updated in 9642b15 . Tested on macos 13 (Ventura) (cgo+purego).