summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2026-04-24 12:30:57 +0200
committerEmīls <emils@mullvad.net>2026-04-24 12:30:57 +0200
commitced91e26bf9e4838b678e2bcb775536ee7dc958f (patch)
treedfa15b9afc9cf3c6ccf4f8603f97ee7214c4bd15
parent9a76e2da2852f081dae8ebfc3630bb7772cb2efe (diff)
downloadmullvadvpn-ced91e26bf9e4838b678e2bcb775536ee7dc958f.tar.xz
mullvadvpn-ced91e26bf9e4838b678e2bcb775536ee7dc958f.zip
Allow domain-fronting in the test manageradd-domain-fronting
-rw-r--r--test/deny.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/deny.toml b/test/deny.toml
index 0526c8be6d..3c33c57cb0 100644
--- a/test/deny.toml
+++ b/test/deny.toml
@@ -56,6 +56,10 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[licenses.private]
ignore = false
+[[licenses.exceptions]]
+crate = "domain-fronting"
+allow = ["GPL-3.0-or-later"]
+
# This section is considered when running `cargo deny check bans`.
# More documentation about the 'bans' section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html