fix: keep forgejo email addresses private by default #45
No reviewers
Labels
No labels
Bug
Docs
Feature request
Good for newcomers
Infra
Privacy
Refactoring or migration
Security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/infra#45
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/hide-forgejo-email-by-default"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This has already been deployed
@ -74,2 +71,2 @@
service.ENABLE_NOTIFY_MAIL = true;
session.COOKIE_SECURE = lib.mkForce true;
server = {
DEFAULT_KEEP_EMAIL_PRIVATE = false;
Shouldn't this be
true
?6b295b1276
to32c30f5be0
32c30f5be0
to32831ee473
32831ee473
tofb9244784c
fb9244784c
to633549159e
🚅