mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-12-06 19:16:48 +01:00
Add ajay.app to allowed domains
This is required for adding dearrow support currently.
This commit is contained in:
+2
-1
@@ -52,7 +52,7 @@ static CLIENT: Lazy<Client> = 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) {
|
||||
|
||||
Reference in New Issue
Block a user