1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00
Files
browser/docs/platform/icons/models.dsl
2025-07-28 14:38:29 -07:00

12 lines
257 B
Plaintext

!element server {
icons = container "Icons" {
description "The Icons service provides favicons for websites."
clients -> server.icons "Requests icons for cleartext urls from"
}
}
dns = softwareSystem "DNS" {
tags "External"
tags "Icons"
}