@@ -127,7 +127,7 @@ func loadCurrent() {
func cors(fs http.Handler) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
(*w).Header().Set("Access-Control-Allow-Origin", "*")
(w).Header().Set("Access-Control-Allow-Origin", "*")
fs.ServeHTTP(w, r)
}
The note is not visible to the blocked user.