mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
fix: LibreTube crashes when loading DeArrow thumbnails
This commit is contained in:
parent
f0a5da9dcb
commit
7320cd0b22
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ fn is_header_allowed(header: &str) -> bool {
|
|||
| "x-real-ip"
|
||||
| "origin"
|
||||
| "referer"
|
||||
// the 'x-title' header contains non-ascii characters which is not allowed on some HTTP clients
|
||||
| "x-title"
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue