-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local file support #58
Comments
Currently IE View WE only accepts patterns with http or https URLs. The initialization process fails to convert file: URLs to regex patterns ( Line 808 in 6ca63e9
|
We have no plan to update IE View WE because we host other superset extensions BrowserSelector and ThinBridge. Indeed the master branch of this project is already replaced with implementations copied from ThinBridge for Manifest V3. They cover most motivations of this extension on company use so we recommend you to switch to them. |
Thanks for answering. Both of these two options have support for local file link "redirection" like I'm trying to do? Which of these two options is a more direct "update" from IEView? I like the IEView simplicity and Firefox integration, and it seems that this other apps are a standalone app itself, is it possible? |
Describe the bug
Is it possible to load local files (example: file:///C:/WL12-ECAP/ECAP%20P416.html) in Internet Explorer with ieview-we? I tried this type of forceielist patterns but it doesn't work:
"file:///"
file:///
file:///C:/WL12-ECAP/*
file:///C:/WL12-ECAP/ECAP%20P416.html
file://///C:/WL12-ECAP/ECAP%20P416.html
To Reproduce
Double click to the file C:\WL12-ECAP\ECAP P416.html
Expected behavior
File is opened in IE
Your Environment
Your Configuration
Your debug log
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: