Skip to content
Snippets Groups Projects
Commit 2221e673 authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'add-favicon' into 'development'

Add favicon

See merge request !57
parents d660163e 137a621b
No related branches found
No related tags found
2 merge requests!59Development,!57Add favicon
...@@ -51,7 +51,7 @@ public class LoginSecurityConfigurerAdapter extends LabradorSecurityConfigurerAd ...@@ -51,7 +51,7 @@ public class LoginSecurityConfigurerAdapter extends LabradorSecurityConfigurerAd
// Homepage can be loaded without authentication, but all other request need authentication first // Homepage can be loaded without authentication, but all other request need authentication first
http.authorizeRequests() http.authorizeRequests()
.antMatchers("/", "/css/**", "/js/**", "/img/**", "/webjars/**", "/socket-endpoint/**", .antMatchers("/", "/css/**", "/js/**", "/img/**", "/webjars/**", "/socket-endpoint/**",
"/privacy") "/privacy", "/favicon.ico")
.permitAll() .permitAll()
.anyRequest().authenticated(); .anyRequest().authenticated();
} }
......
src/main/resources/static/favicon.ico

14.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment