Merge lp:~bkerensa/unity-scope-video-remote/fix-for-1071079 into lp:unity-scope-video-remote

Proposed by Benjamin Kerensa
Status: Rejected
Rejected by: Michal Hruby
Proposed branch: lp:~bkerensa/unity-scope-video-remote/fix-for-1071079
Merge into: lp:unity-scope-video-remote
Diff against target: 12 lines (+1/-1)
1 file modified
src/unity-scope-video-remote (+1/-1)
To merge this branch: bzr merge lp:~bkerensa/unity-scope-video-remote/fix-for-1071079
Reviewer Review Type Date Requested Status
Unity Videos lens Pending
Review via email: mp+132041@code.launchpad.net

Description of the change

Add HTTPS by Default so requests are secure

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

I proposed another branch which also checks the certificate, rejecting this one.

Unmerged revisions

56. By Benjamin Kerensa

Add SSL By Default

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity-scope-video-remote'
2--- src/unity-scope-video-remote 2012-09-28 12:57:58 +0000
3+++ src/unity-scope-video-remote 2012-10-30 10:29:23 +0000
4@@ -56,7 +56,7 @@
5 CAT_INDEX_MORE = 2
6
7 BUS_NAME = "net.launchpad.scope.RemoteVideos"
8-SERVER = "http://videosearch.ubuntu.com/v0"
9+SERVER = "https://videosearch.ubuntu.com/v0"
10
11 REFRESH_INTERVAL = 3600 # fetch sources & recommendations once an hour
12 RETRY_INTERVAL = 60 # retry sources/recommendations after a minute

Subscribers

People subscribed via source and target branches