mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Permit script assets content
This commit is contained in:
@@ -75,6 +75,8 @@ public class SecurityConfig {
|
|||||||
.permitAll()
|
.permitAll()
|
||||||
.requestMatchers(HttpMethod.GET, "/api/channels/*/canvas")
|
.requestMatchers(HttpMethod.GET, "/api/channels/*/canvas")
|
||||||
.permitAll()
|
.permitAll()
|
||||||
|
.requestMatchers(HttpMethod.GET, "/api/channels/gasolinebased/script-assets/*/attachments/*/content")
|
||||||
|
.permitAll()
|
||||||
.requestMatchers(HttpMethod.GET, "/api/channels/*/assets/*/content")
|
.requestMatchers(HttpMethod.GET, "/api/channels/*/assets/*/content")
|
||||||
.permitAll()
|
.permitAll()
|
||||||
.requestMatchers(HttpMethod.GET, "/api/channels/*/assets/*/preview")
|
.requestMatchers(HttpMethod.GET, "/api/channels/*/assets/*/preview")
|
||||||
|
|||||||
Reference in New Issue
Block a user