From ce81c6af0ac7377985377a2aeed20e0aac2080ed Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Mon, 11 Aug 2025 20:07:10 +0100 Subject: [PATCH] Review comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lars Pöpperl <45465820+tispokes@users.noreply.github.com> --- .vscode/settings.json | 2 +- HTTP_Headers.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a8669f..2991c25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,4 +8,4 @@ "bin": true, "export": true } -} \ No newline at end of file +} diff --git a/HTTP_Headers.md b/HTTP_Headers.md index 8732f5f..2e7543e 100644 --- a/HTTP_Headers.md +++ b/HTTP_Headers.md @@ -29,3 +29,9 @@ The authors of the Garmin Home Assistant application do not use, and hence do no ## Credits With thanks to Lars Pöpperl ([@tispokes](https://github.com/tispokes)) for contributing to this solution. + + +## References + +* [Using Cloudflare ZeroTrust and mTLS to securely access Home Assistant via the internet](https://kcore.org/2024/06/28/using-cloudflare-zerotrust-and-mtls-with-home-assistant-via-the-internet/) +* [Home Assistant Add-on: Cloudflared](https://github.com/brenner-tobias/addon-cloudflared) \ No newline at end of file