YF-GoogleCodeBackups / https-finder

Automatically exported from code.google.com/p/https-finder
0 stars 0 forks source link

Need to cache URLs during a session and not redetect on every page load #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently every page that's loaded as HTTP is tested for HTTPS.  It would be 
good to cache these results and not send needless server requests for HTTPS, 
But....

Certain sites use HTTPS only for a login page (and not the rest of the site).  
If we cache a negative result for HTTPS on the homepage, then redirect to a 
login page (that isn't explicitly forced to HTTPS) and don't detect again, then 
we may miss the HTTPS version of the page because the result was already 
cached.  

I will look into this in the future.  It could be a good feature to have but 
we'll need to make sure we don't degrade the detection abilities because of it.

Original issue reported on code.google.com by jacobsK...@gmail.com on 22 Mar 2011 at 12:41

GoogleCodeExporter commented 8 years ago
There may be sites that, while available over HTTPS, I do not wish to redirect 
to HTTPS. (I'm encountering this with a site I'm developing and the constant 
request to redirect to HTTPS is becoming annoying)

Would it make sense to have an option to ignore certain sites?

Original comment by SnottMon...@gmail.com on 28 Mar 2011 at 10:45

GoogleCodeExporter commented 8 years ago
Check out version 0.34. It has domain whitelisting :)

https://code.google.com/p/https-finder/downloads/detail?name=httpsfinder034.xpi

It was submitted to Mozilla on Friday and should be reviewed by the end of this 
week.  The source is also available: 
https://addons.mozilla.org/en-US/firefox/files/browse/115563

Original comment by jacobsK...@gmail.com on 28 Mar 2011 at 1:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fix in progress in 0.57. Cert errors or non "OK" https responses result in the 
host being added to the session whitelist.

Original comment by jacobsK...@gmail.com on 8 May 2011 at 6:25

GoogleCodeExporter commented 8 years ago
Fixed and released in 0.65dev build. Will submit to Mozilla this week after a 
little more testing. 

https://code.google.com/p/https-finder/downloads/detail?name=httpsfinder065dev.x
pi

Original comment by jacobsK...@gmail.com on 22 May 2011 at 8:55

GoogleCodeExporter commented 8 years ago

Original comment by jacobsK...@gmail.com on 23 May 2011 at 6:58