Skip to content

Get url path before unquote + change Thumbnail check

Magnus Giesbert requested to merge magnus/website:authbypassurlfix into master

Get the url path before using unquote, circumventing problems with encoded special characters like '?'.
Get rid of the paths leading '/' so that the following if statements still work (this also gets rid of .lstrip(config['VIDEOPREFIX'])).
Change the auth check for thumbnails, from checking the ending('.jpg') to checking the beginning ('thumbnails/').

Merge request reports