Skip to content

Commit 165a762

Browse files
committed
Use HTTPS vimeo player
1 parent 33f0adb commit 165a762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

widget/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
.filter('returnVimeoUrl', ['$sce', function ($sce) {
8282
return function (uri) {
8383
var id = uri.split("/").pop();
84-
return $sce.trustAsResourceUrl("http://player.vimeo.com/video/" + id);
84+
return $sce.trustAsResourceUrl("https://player.vimeo.com/video/" + id);
8585
}
8686
}])
8787
.directive("triggerNgRepeatRender", [function () {

0 commit comments

Comments
 (0)