Update Caddyfile #809

Merged
floatingghost merged 2 commits from norm/akkoma:caddyfile-update into develop 2024-06-23 02:20:24 +00:00
Contributor
  • Uncomment media subdomain settings
  • Disable gzip compression
- Uncomment media subdomain settings - Disable gzip compression
norm added 2 commits 2024-06-18 03:17:34 +00:00
Now that a media subdomain is strongly recommended for security reasons,
there is no reason for them to be commented out by default.
Disable gzip compression in Caddyfile
Some checks are pending
ci/woodpecker/pr/build-amd64 Pipeline is pending
ci/woodpecker/pr/build-arm64 Pipeline is pending
ci/woodpecker/pr/docs Pipeline is pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
51f09531c4
Currently Akkoma doesn't have any proper mitigations against BREACH,
which exploits the use of HTTP compression to exfiltrate sensitive data.
(see: #721 (comment))

To err on the side of caution, disable gzip compression for now until we
can confirm that there's some sort of mitigation in place (whether that
would be Heal-The-Breach on the Caddy side or any Akkoma-side
mitigations).

out of interest, why would we want to disable gzip compression?

out of interest, why would we want to disable gzip compression?

oh i see, it's in the commit msg
all good then

oh i see, it's in the commit msg all good then
floatingghost merged commit 5fdb5d69d2 into develop 2024-06-23 02:20:24 +00:00
floatingghost deleted branch caddyfile-update 2024-06-23 02:20:25 +00:00
Sign in to join this conversation.
No description provided.