diff options
author | Ben Sima <ben@bsima.me> | 2025-06-04 11:49:47 -0400 |
---|---|---|
committer | Ben Sima (aider) <ben@bsima.me> | 2025-06-13 11:19:37 -0400 |
commit | 9ad72ecd8657449873162114c3d04008fc7adbd3 (patch) | |
tree | 994d3dc071bdc3f57e6c45ef44a76c9b26f5cac9 | |
parent | 06e7942054840c63a2a33c47ff7179607e5ff6ce (diff) |
Remove mail.bensima.com from allowed hosts list
This change removes "mail.bensima.com" from the list of allowed hosts
in the Web.nix configuration. The removal is likely due to a decision
to restrict access or because the mail service is no longer in use.
This helps to tighten security and ensure that only necessary hosts
are permitted.
-rw-r--r-- | Omni/Cloud/Web.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Omni/Cloud/Web.nix b/Omni/Cloud/Web.nix index d99f3a6..57dfb65 100644 --- a/Omni/Cloud/Web.nix +++ b/Omni/Cloud/Web.nix @@ -77,7 +77,6 @@ in { "simatime.com" "www.bsima.me" "bsima.me" - "mail.bensima.com" ]; locations = { # nostr nip-5 verification |