Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/glossary/cloudflare-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,7 @@ entries:
- term: Hops
general_definition: |-
Hops refer to the stops an email makes as it travels from the sender to the recipient.

- term: Quarantine policies
general_definition: |-
Policies that block specific types of emails (usually malicious and suspicious emails), preventing emails from reaching the end-user or the next mail service provider. Emails that are quarantined are reviewed by administrators and potentially released if falsely flagged.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

---

To create quarantine policies:
import { GlossaryTooltip } from "~/components";

To create <GlossaryTooltip term="Quarantine policies">quarantine policies</GlossaryTooltip>:

1. Open the [Microsoft 365 Defender console](https://security.microsoft.com/)

Expand Down Expand Up @@ -32,4 +34,4 @@ To create quarantine policies:

12. Review your settings and select **Submit**.

13. Select **Done**.
13. Select **Done**.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

---

To create quarantine policies:
import { GlossaryTooltip } from "~/components";

To create <GlossaryTooltip term="Quarantine policies">quarantine policies</GlossaryTooltip>:

1. Open the [Microsoft 365 Defender console](https://security.microsoft.com/).

Expand Down
Loading