diff --git a/nostr.go b/nostr.go index 4cf5589..a6586b0 100644 --- a/nostr.go +++ b/nostr.go @@ -70,8 +70,8 @@ func handleNip05(w http.ResponseWriter, r *http.Request) { middlestringtrim += "\n" response = firstpartstring + middlestringtrim + finalpartstring } - w.Header().Set("Access-Control-Allow-Origin", "*") - w.Header().Set("Access-Control-Allow-Headers", "Content-Type") + // w.Header().Set("Access-Control-Allow-Origin", "*") + // w.Header().Set("Access-Control-Allow-Headers", "Content-Type") fmt.Fprintf(w, response) } else { return