贡献服务器权限拦截取消
This commit is contained in:
@@ -32,7 +32,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/source","/source/view/*").permitAll()
|
||||
.antMatchers("/blog","/blog/read/*").permitAll()
|
||||
.antMatchers("/search/**").permitAll()
|
||||
.antMatchers("//about").permitAll()
|
||||
.antMatchers("/about").permitAll()
|
||||
.antMatchers("/user/donate").permitAll()
|
||||
.antMatchers("/hotspot").permitAll()
|
||||
.antMatchers("/blog/**").authenticated()
|
||||
.antMatchers("/source/**").authenticated()
|
||||
|
||||
Reference in New Issue
Block a user