Merge lp:~laney/software-center/ssl-disable-cert-wording into lp:software-center

Proposed by Iain Lane
Status: Approved
Approved by: dobey
Approved revision: 3346
Proposed branch: lp:~laney/software-center/ssl-disable-cert-wording
Merge into: lp:software-center
Diff against target: 12 lines (+1/-1)
1 file modified
softwarecenter/ui/gtk3/widgets/webkit.py (+1/-1)
To merge this branch: bzr merge lp:~laney/software-center/ssl-disable-cert-wording
Reviewer Review Type Date Requested Status
dobey Approve
Review via email: mp+286512@code.launchpad.net

Commit message

webkit.py: If we're disabling the certificate check, things aren't unencrypted - just insecure (no validation)

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Unmerged revisions

3346. By Iain Lane

webkit.py: If we're disabling the certificate check, things aren't unencrypted - just insecure (no validation)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/ui/gtk3/widgets/webkit.py'
2--- softwarecenter/ui/gtk3/widgets/webkit.py 2015-07-14 14:55:08 +0000
3+++ softwarecenter/ui/gtk3/widgets/webkit.py 2016-02-18 14:24:30 +0000
4@@ -50,7 +50,7 @@
5 # WARN the user!! Do not remove this
6 LOG.warning("SOFTWARE_CENTER_FORCE_DISABLE_CERTS_CHECK " +
7 "has been specified, all purchase transactions " +
8- "are now INSECURE and UNENCRYPTED!!")
9+ "are now potentially INSECURE!")
10
11 # cookies by default
12 fname = os.path.join(SOFTWARE_CENTER_CACHE_DIR, "cookies.txt")