Skip to content

Commit

Permalink
test: revert https apply favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Jan 22, 2024
1 parent b7caf8b commit 8070074
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
).permitAll()
.anyRequest().authenticated());

http.requiresChannel()
.requestMatchers("/favicon.ico").requiresSecure();

http
.oauth2Login()
.authorizationEndpoint()
Expand Down

0 comments on commit 8070074

Please sign in to comment.