diff --git a/src/main.rs b/src/main.rs index b4fd558..39a4a46 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,7 +52,7 @@ static CLIENT: Lazy = Lazy::new(|| { } }); -const ALLOWED_DOMAINS: [&str; 7] = [ +const ALLOWED_DOMAINS: [&str; 8] = [ "youtube.com", "googlevideo.com", "ytimg.com", @@ -60,6 +60,7 @@ const ALLOWED_DOMAINS: [&str; 7] = [ "googleusercontent.com", "lbryplayer.xyz", "odycdn.com", + "ajay.app", ]; fn add_headers(response: &mut HttpResponseBuilder) {