Rob--W / open-in-browser

A browser extension that offers the ability to open files directly in the browser instead of downloading them.
Other
83 stars 15 forks source link

Does not apply to files opened from disk #45

Closed andyortlieb closed 5 years ago

andyortlieb commented 5 years ago

When I try to open a markdown file from file:///home/myself/something.md firefox continues to insist on downloading or opening it with another application. The "open in browser as" question does not get added to the dialog in that case.

Rob--W commented 5 years ago

That is because Firefox does not allow extensions to intercept local file requests: https://bugzilla.mozilla.org/show_bug.cgi?id=1341341