Results 14 comments of

why'd you upload a song file as a jpeg in the first place, though?

how do e.g. browsers get file size of files before downloading them, then?

@SEAPUNK why would @lich not just utilize that header, then? Most pomf clones I've seen send the header.

Oh my bad, I haven't read the post fully (was initially reading whilst on phone)

You should create an issue on Maxfile's fork of Pomf. https://github.com/alin1337/Pomf

CORS has to be added through the server's config (nginx/apache), can't do shit about that.

@tdaede good point, didn't think about that.

https://stackoverflow.com/a/55670413 you can use this or similar to retrieve windows colours and have them auto-swap depending on theme

```css body { background: transparent; } ``` you will have to do this for every element you want to be transparent.