summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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