openvidu-server: layouts antMatchers fix
This commit is contained in:
parent
e4362925f6
commit
6becb032d4
@ -59,7 +59,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/").authenticated();
|
||||
|
||||
// Security for layouts
|
||||
conf.antMatchers("/layouts/*").authenticated();
|
||||
conf.antMatchers("/layouts/**").authenticated();
|
||||
|
||||
// Security for recorded videos
|
||||
if (openviduConf.getOpenViduRecordingPublicAccess()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user