> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/password-manager/it/knowledge-base/application-knowledge-base/list-of-internet-endpoints-accessed-by-devolutions-password-manager.md).

# Elenco degli endpoint internet a cui accede Devolutions Password Manager

Questi sono gli elenchi di indirizzi a cui accede Devolutions Password Manager durante il normale funzionamento.

{% hint style="danger" %}
Utilizziamo un approccio "best effort" per mantenere aggiornato questo elenco, ma esso **non sostituisce le corrette pratiche di sicurezza IT**. Se la sicurezza è fondamentale, sarebbe meglio bloccare prima tutti gli accessi a internet, quindi autorizzare gli indirizzi desiderati secondo necessità.
{% endhint %}

#### Elenco degli endpoint di Devolutions Password Manager

| DESCRIZIONE                                                       | URL                                                           | IMPOSTAZIONE/AZIONE CORRELATA                                                                                                                   |
| ----------------------------------------------------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| **Accesso all'account Devolutions**                               | <https://login.devolutions.com>                               | ***Aggiungi – Connetti account Devolutions***                                                                                                   |
| **Devolutions Cloud (servizi online)**                            | <https://cloud.devolutions.net>                               | ***Aggiungi – Devolutions Cloud***                                                                                                              |
| **Telemetria**                                                    | <https://telemetry2.devolutions.net>                          | ***Impostazioni – Sicurezza e privacy – Disattiva dati di utilizzo***                                                                           |
| **Controllo degli aggiornamenti di Devolutions Password Manager** | <https://cdn.devolutions.net>                                 | Azione dell'utente nella finestra di dialogo dell'aggiornamento disponibile, oppure Devolutions Password Manager – ***Verifica aggiornamenti*** |
| **Devolutions Send**                                              | <https://send.devolutions.com>                                | Invio di una password all'esterno tramite email o link                                                                                          |
| **Icone e loghi delle voci**                                      | <https://iconcache.devolutions.com>                           | ***Impostazioni – Voci – Abilita i loghi dei marchi dei siti web*** (disattivare per impedire l'accesso)                                        |
| **Loghi delle voci Authenticator**                                | <https://logo.clearbit.com>                                   | Recupera i loghi delle aziende per le voci authenticator TOTP/SSO in base al dominio dell'emittente                                             |
| **Immagini utente**                                               | <https://www.gravatar.com>                                    | Recupera le immagini del profilo per gli utenti degli spazi di lavoro                                                                           |
| **Have I Been Pwned**                                             | <https://api.pwnedpasswords.com>                              | Pulsante ***"Verifica se compromessa"*** nelle voci password e il report Password Analyzer                                                      |
| **Devolutions Store**                                             | <https://store.devolutions.net>                               | Visualizzato quando una cassaforte raggiunge i limiti di capacità del piano gratuito, tramite il pulsante ***Ottieni una licenza Team***        |
| **Devolutions Forum**                                             | <https://forum.devolutions.net>                               | Icona della guida nel ***menu a sinistra – voce di menu Forum***                                                                                |
| **Devolutions Blog**                                              | <https://blog.devolutions.net>                                | Icona della guida nel ***menu a sinistra – Seguici – voce di menu Blog***                                                                       |
| **Documentazione Devolutions**                                    | [https://docs.devolutions.net](https://docs.devolutions.net/) | Icona della guida nel ***menu a sinistra – voce di menu Documentazione***                                                                       |
| **Sito web Devolutions**                                          | <https://devolutions.net>                                     | Usi multipli (supporto, contatti, note di rilascio)                                                                                             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/password-manager/it/knowledge-base/application-knowledge-base/list-of-internet-endpoints-accessed-by-devolutions-password-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
