Page 1 of 1

local file is blocked

Posted: Tue May 18, 2021 1:36 am
by mysql@rjweb.org
When creating and running a local web page that contains

Code: Select all

<img src="file:///home/rj/Pics/abcd/D1234.jpg">blah</img>
Using that IMG tag fails to bring up the jpg. Instead, it says "about:blank#blocked"

If I instead paste "file...jpg" into the Chrome location, the image comes up.

What is the trick to get all local files (or at least all under Pics/) to be allowed, not blocked by ABP?