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