From fd25f39ff7e04602c37bbeb5c386b702d7192cd1 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Thu, 30 Apr 2026 03:24:24 +1200 Subject: [PATCH] Update DOCKER-FULL.md --- docs/DOCKER-FULL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/DOCKER-FULL.md b/docs/DOCKER-FULL.md index b31c5c02..615736e2 100644 --- a/docs/DOCKER-FULL.md +++ b/docs/DOCKER-FULL.md @@ -69,6 +69,9 @@ services: # Should be comma separated and be the base domain # e.g. "youtube.com,google.com" NOT "https://youtube.com,https://videos.google.com" WHITELIST_BASE_DOMAIN: "" + + # Add a certificate to trust, useful when using self-signed certificates. + PROXY_TRUST_CA: "" # Allow any domain in proxy # This shouldn't be used unless you KNOW what your doing