Embeded PDF's display the document title as "raw" instead of the filename.
Describe the solution you'd like I would like the title of PDF's in the embedded pdf-viewer to display the filename instead of simply "raw" as shown below. The title of the browser tab when viewing the raw url of a pdf/jpg what have you also is just "raw" instead of the filename and I believe this is where the pdf-viewer is pulling from to fill in its title field.
Additional context

The embedded reader takes the last part of the url as the file name, so since the pdf is returned by the /raw endpoint, it automatically takes that, didn't find a way to change it :thinking:
Appears to be fixed in Chromium browsers... maybe something changed between then and now?