Yeesh. 8 1/2 years. I should get a life.
German drivers will think: "80 means 80 and not a mm/s less" :rofl:
German drivers will think: "80 means 80 and not a mm/s less"
Just saw an article about lightning, and it said that it can hardly be heard at more than 16 km/ 10 miles out. Sort of a low estimate...
Today I've learned that browsers do not respect the download attribute of cross-origin links. I really try to think of a good reason for this, but the only thing that comes to mind is that whoever made the decision hates good software design...
Just adding download there does not make a link safe.
No, but what about all the single-page frontends that are cross-origin by nature? Not to forget about CDNs? Also, it only counts for files the browser can display (PDFs, images, videos, stuff like that). Anything else will still trigger a download. So where's the gained safety in that, compared to the cost?
That's exactly what I'm talking about. the download attribute is not respected by browsers for cross-origin links. Which means it's not possible to put a direct download link for something like an image or a PDF if it doesn't come from the same server as the frontend, even if said server explicitly allows cross-origin sharing.