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
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 deleted branch caddyfile-update 2024-06-23 02:20:25 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AkkomaGang/akkoma!809
No description provided.