Skip to content
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

Open
Dimas-sc opened this issue Jan 15, 2025 · 3 comments
Open

Local file support #58

Dimas-sc opened this issue Jan 15, 2025 · 3 comments

Comments

@Dimas-sc
Copy link

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

- Firefox version: 128.5 ESR
- IE View WE Firefox addon version: 1.6.4

Your Configuration

- Force IE list:
- Sites opened by self:

Your debug log

No response

Additional context

No response

@piroor
Copy link
Member

piroor commented Jan 16, 2025

Currently IE View WE only accepts patterns with http or https URLs. The initialization process fails to convert file: URLs to regex patterns (

function matchPatternToRegExp(pattern) {
).

@piroor
Copy link
Member

piroor commented Jan 16, 2025

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.

@Dimas-sc
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants