Merge pull request #178 from TeamPiped/fix-dearrow-crash
fix: LibreTube crashes when loading DeArrow thumbnails
This commit is contained in:
commit
b92473d149
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…
Add table
Reference in a new issue