Исправлен 401 на site.webmanifest
This commit is contained in:
@@ -42,6 +42,8 @@ public class ApplicationConfiguration extends WebSecurityConfigurerAdapter imple
|
||||
http.csrf()
|
||||
.disable()
|
||||
.authorizeRequests()
|
||||
.antMatchers("/site.webmanifest")
|
||||
.permitAll()
|
||||
.anyRequest().authenticated()
|
||||
.and()
|
||||
.httpBasic();
|
||||
|
||||
Reference in New Issue
Block a user