You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
po token is leaked to clients in videoplayback request URLs.
I'm not entirely sure if it can be abused, but since pot is identifiable info it may be better to not leak it to clients watching videos on invidious instance.
Describe the solution you'd like
Rewrite the URL internally to add pot without exposing it to clients eg in video_playback route.