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

[RULE] Redirecting from logged in https to file:/// #40

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 8 comments
Open

[RULE] Redirecting from logged in https to file:/// #40

GoogleCodeExporter opened this issue Apr 23, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

Hello, i have quite a problem, because i would like to make a redirect from 
https://somesite.lol.com/check_marked/lol/

to

file:///C:/https/www.somesite.lol.com/check_marked/lol.htm

so, I made a rule [IMAGE], but its not working, Redirector gives me 
net::ERR_ABORTED error when I put the source in debug options. When clicking 
the link to the source nothing happens, just the R icon turns red. What am I 
doing wrong?

Original issue reported on code.google.com by [email protected] on 3 Jan 2014 at 4:09

Attachments:

@GoogleCodeExporter
Copy link
Author

Is Redirector granted file permission? Or is the chechbox "Allow access to file 
URLs" in "Extensions" tab in Chrome settings enabled?

Original comment by [email protected] on 3 Jan 2014 at 4:17

@GoogleCodeExporter
Copy link
Author

Yes, it has everything allowed/checked in the extenstions tab

Original comment by [email protected] on 3 Jan 2014 at 4:21

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Edit: Whats worth adding, when i change destination to e.g. http://google.com 
everything works fine. I've also tried to move the .htm file from the long path 
to other disks and its still the same, just like it doesn't want to redirect to 
local files...

Original comment by [email protected] on 3 Jan 2014 at 4:39

@GoogleCodeExporter
Copy link
Author

Confirmed. I believe it could redirect to local URLs before.

Original comment by [email protected] on 3 Jan 2014 at 4:43

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

I cannot tell if it is a bug of Chrome but either "file: -> file:" or "file: -> 
http:" works well while "http: -> file:" always raises a net::ERR_ABORTED 
error. I worked out a patched version that will not be submitted since it will 
affect most people that don't need it. Replace the attached file with your 
current one, which probably located in 
"C:\Users\XXX\AppData\Local\Google\Chrome\User 
Data\Default\Extensions\lacckjdlmkdhcacjdodpjokfobckjclh\2.2.22.5_0\js\backgroun
d.js".

Original comment by [email protected] on 4 Jan 2014 at 1:43

Attachments:

@GoogleCodeExporter
Copy link
Author

Yup, it works, thank you sooooo much, you just made my life alot easier :D.

Original comment by [email protected] on 6 Jan 2014 at 10:51

@GoogleCodeExporter
Copy link
Author

We have the same problem, and I'm on a securized corporative PC (I cannot 
modify at all the C:\Users directory). The workaround it's to publish the local 
files on a web server, but it will be a lot more handy to do that on local 
filesystem.

Thanks a lot

Original comment by [email protected] on 9 Apr 2014 at 4:42

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

No branches or pull requests

1 participant