commit | e8708c2ecbd7bd739b69e6009f472886fee7035f | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Thu May 21 16:13:04 2009 -0700 |
committer | Leon Scroggins <scroggo@google.com> | Thu May 21 16:13:04 2009 -0700 |
tree | a0eba24c0ad4f9e9d4d37c383a7937d4057f73f3 | |
parent | 9343f6ae8f9e29ca8b1f45149fe5d86776d31cc3 [diff] |
Fix an issue where bookmarking https: sites doesn't work. Fix for issue 1863535. We were storing https:// sites in the database without https:, so it was stored as a non secure site. Then going back to that bookmark does not work. Now, use the truncated url to compare, but store the original url (with https at the beginning)