YF-GoogleCodeBackups / https-finder

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

Overwrite or do not allow saving duplicate rules #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently if the user does not manually restart after saving a rule, they can 
open a new tab and browse to the same site, and keep saving rules until they 
restart.

We should be overwriting old rules rather than appending, where we get 
"google.xml, google-1.xml, google-2.xml".

A proposed solution to this is saving a session list of hostnames that have had 
rules written (it will be emptied at each firefox restart).  When writing a 
rule, if the hostname already exists in that array, instead of prompting to "Go 
HTTPS/Save rule", prompt the user to restart the application (we can do this 
automatically with Application.restart()).

Original issue reported on code.google.com by jacobsK...@gmail.com on 13 Apr 2011 at 4:40

GoogleCodeExporter commented 8 years ago

Original comment by jacobsK...@gmail.com on 13 Apr 2011 at 4:57

GoogleCodeExporter commented 8 years ago
Fixed in version 0.45 - Will close issue after next release.

Original comment by jacobsK...@gmail.com on 14 Apr 2011 at 1:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by jacobsK...@gmail.com on 16 Apr 2011 at 12:20

GoogleCodeExporter commented 8 years ago
Fixed and released in 0.50

Original comment by jacobsK...@gmail.com on 23 Apr 2011 at 6:12