Cache static web assets

Hi all,

My very first post here. :innocent:

I just would like to know more about why Octoprint is setting cookies on most static assets such as CSS, images and fonts? These includes core and plugins assets. I would like to have my reverse proxy cache the requests but the returned headers such as Set-Cookie, Vary: Cookie and Cache-Control: no-cache are preventing the reverse proxy from caching normally. I could of course make it to ignore these headers to acquire the cache hits but just wondering if there's any reason?

Thank you in advance.