Skip to content

Commit

Permalink
Add ajay.app to allowed domains
Browse files Browse the repository at this point in the history
This is required for adding dearrow support currently.
  • Loading branch information
FireMasterK authored Jul 18, 2023
1 parent 857b692 commit 401d1ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ static CLIENT: Lazy<Client> = Lazy::new(|| {
}
});

const ALLOWED_DOMAINS: [&str; 7] = [
const ALLOWED_DOMAINS: [&str; 8] = [
"youtube.com",
"googlevideo.com",
"ytimg.com",
"ggpht.com",
"googleusercontent.com",
"lbryplayer.xyz",
"odycdn.com",
"ajay.app",
];

fn add_headers(response: &mut HttpResponseBuilder) {
Expand Down

0 comments on commit 401d1ba

Please sign in to comment.