mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: layouts antMatchers fix
parent
e4362925f6
commit
6becb032d4
|
@ -59,7 +59,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||||
.antMatchers("/").authenticated();
|
.antMatchers("/").authenticated();
|
||||||
|
|
||||||
// Security for layouts
|
// Security for layouts
|
||||||
conf.antMatchers("/layouts/*").authenticated();
|
conf.antMatchers("/layouts/**").authenticated();
|
||||||
|
|
||||||
// Security for recorded videos
|
// Security for recorded videos
|
||||||
if (openviduConf.getOpenViduRecordingPublicAccess()) {
|
if (openviduConf.getOpenViduRecordingPublicAccess()) {
|
||||||
|
|
Loading…
Reference in New Issue