vocaliu / chrome-redirector

Automatically exported from code.google.com/p/chrome-redirector
GNU General Public License v3.0
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 Uac...@gmail.com on 3 Jan 2014 at 4:09

Attachments:

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

Original comment by CyrilF...@gmail.com on 3 Jan 2014 at 4:17

GoogleCodeExporter commented 8 years ago
Yes, it has everything allowed/checked in the extenstions tab

Original comment by Uac...@gmail.com on 3 Jan 2014 at 4:21

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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 Uac...@gmail.com on 3 Jan 2014 at 4:39

GoogleCodeExporter commented 8 years ago
Confirmed. I believe it could redirect to local URLs before.

Original comment by CyrilF...@gmail.com on 3 Jan 2014 at 4:43

GoogleCodeExporter commented 8 years ago
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 CyrilF...@gmail.com on 4 Jan 2014 at 1:43

Attachments:

GoogleCodeExporter commented 8 years ago
Yup, it works, thank you sooooo much, you just made my life alot easier :D.

Original comment by Uac...@gmail.com on 6 Jan 2014 at 10:51

GoogleCodeExporter commented 8 years ago
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 epo...@gmail.com on 9 Apr 2014 at 4:42