Is it possible to use a local file for the redirect page? #415
Unanswered
simon-friedberger
asked this question in
Q&A
Replies: 1 comment
-
Firefox's security model doesn't allow extensions to open local files (unless they're packed within the extension itself). So you'll have to put the image on a web server instead and use HTTP access. I believe some users have made it work with a cloud drive like Dropbox or OneDrive. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried and it isn't working but maybe I have the path formatting wrong. I copied it from the address bar.
In case it's not clear, I have a local image on my disk that I would like to display instead of blocked pages.
I am on OSX and the path I tried looks like this:
file:///Users/simon/foo_23234-2048x1367.jpg
Beta Was this translation helpful? Give feedback.
All reactions