Results 14 issues of Fijxu

Energized Protection - block ⚡ Let's make an annoyance free, better open internet, altogether! Issue Submit Form Provide the following info properly, which will help us to resolve your issue...

### What operating system are you using? Linux ### What version of Tartube are you using? v2.4.093 ### What happens when you run Tartube from a terminal window? It opens...

bug

**Is your enhancement request related to a problem? Please describe.** No **Describe the solution you'd like** Remove X-XSS-Protection header. https://github.com/iv-org/invidious/blob/e8a36985aff1a5b33ddf9abea85dd2c23422c2f7/src/invidious/routes/before_all.cr#L20 **Describe alternatives you've considered** Make use of CSP (which is...

enhancement

**Describe the bug** When doing a request for any channel to the channels API (`/api/v1/channels/`) the values of the keys `joined` and `totalViews` return `0` when they should return the...

bug
type:youtube-change
module:channels

Some opengraph implementations don't support a URL without the domain therefore failing to fetch the video thumbnail and channel image. This pull request basically fixes that.

ready

Invidious assumes that every playlist will have at least one video because it needs to check for the `index` key. So if there is no videos on a playlist, there...

need-testing

Videos of a playlist cataloged as podcast are called episodes therefore Invidious was not able to find `video` in the `text` value inside the `stats` array. This can be tested...

need-testing

It has been several days since the official instance is down making people using LibRedirect (without any modifications) get a: "Hmm... We couldn't reach this Repl Make sure this Repl...

Using http3-proxy returns 403 for video storyboards. After removing `^/sb/` storyboards were able to load. I did this on my instance and storyboards were able to load without problems and...

Trying to watch an already watched video will make the video start 15 seconds before the end of the video. This is not very comfortable when listening to music or...

in-testing