From 9ad72ecd8657449873162114c3d04008fc7adbd3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 4 Jun 2025 11:49:47 -0400 Subject: 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. --- Omni/Cloud/Web.nix | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3