factorio-prints icon indicating copy to clipboard operation
factorio-prints copied to clipboard

Temporary fix for images

Open StarkITA opened this issue 6 years ago • 1 comments

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?

StarkITA avatar Jul 12 '19 17:07 StarkITA

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">

leonard84 avatar May 16 '20 22:05 leonard84