Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
Signed-off-by: Fernandez Benjamin <[email protected]>
  • Loading branch information
FernandezBenjamin authored Jul 25, 2023
1 parent 2443945 commit c42367b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ func newServer(ctx context.Context, c Config, rotationStrategy rotationStrategy)
}
}


// frame-ancestors middleware
frameAncestorsMidldleware := func(next http.Handler) http.Handler {
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit c42367b

Please sign in to comment.