factorio-prints
factorio-prints copied to clipboard
Temporary fix for images
I don't want to railroad #29 , so I will say it here.
I know this is a dick move, but... Couldn't we just make it so that we do NOT send the referer header?
I tried with an extension that BLOCKS such header, and all of the images load up with no issue.
Maybe as a temporary solution?
Should be easy to do, just set the Referrer-Policy header https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy or directly on the img tag <img src="http://example.com/img.jpg" referrerpolicy="origin">