about identification host #563
-
Hello, I have a quick question, I have a docker running on my linux laptop, the docker compose is like this:
every time that I restart the container or restart the laptop, on next execution event I receive a mail from apple saying that my Id was used to start session on a web explorer. There is a way to avoid this mails such a browser identification or something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @sms-ebarbeito - this behaviour is intentional. I'm not persisting the necessary cookies (whichd could avoid triggering this message) to disk - they will however be persisted in between scheduled executions (in memory). I haven't implemented this persistence, because if cookies, credentials and trust token are written to disk, an attacker could grab them (if they get access to your data somehow) and authenticate against the iCloud API without you noticing. By receiving these mail notifications, you are made aware of any activity, while not interupting the actual execution of the tool. |
Beta Was this translation helpful? Give feedback.
Hey @sms-ebarbeito - this behaviour is intentional.
I'm not persisting the necessary cookies (whichd could avoid triggering this message) to disk - they will however be persisted in between scheduled executions (in memory). I haven't implemented this persistence, because if cookies, credentials and trust token are written to disk, an attacker could grab them (if they get access to your data somehow) and authenticate against the iCloud API without you noticing.
By receiving these mail notifications, you are made aware of any activity, while not interupting the actual execution of the tool.