Skip to content

docs: note secure/httponly defaults and the replay rationale#22

Merged
sebdroid merged 1 commit into
mainfrom
docs/secure-defaults
Jun 12, 2026
Merged

docs: note secure/httponly defaults and the replay rationale#22
sebdroid merged 1 commit into
mainfrom
docs/secure-defaults

Conversation

@sebdroid

Copy link
Copy Markdown
Owner

Marks secure and httponly as "(default: off)" in the configuration block, matching the existing annotation on block_unencrypted, and adds a one-line recommendation below it:

Enable secure whenever you serve over HTTPS: encryption stops a stolen cookie being read, but not replayed, so keeping cookies off plain HTTP still matters.

Both flags genuinely default to off (plain Go bools, no provisioning default) - this just makes the docs say so and explains why turning secure on is worthwhile even though values are encrypted.

Copilot AI review requested due to automatic review settings June 12, 2026 08:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@sebdroid sebdroid merged commit a771cc2 into main Jun 12, 2026
5 checks passed
@sebdroid sebdroid deleted the docs/secure-defaults branch June 12, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants