Skip to content

Commit a1ef05d

Browse files
dnicolsonjbkempf
authored andcommitted
Use HTTPS contribute URL
1 parent 78338a0 commit a1ef05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Settings/Controller/AboutController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class AboutController: UIViewController {
1717

1818
private let webView = WKWebView()
1919
private let notificationCenter = NotificationCenter.default
20-
private let contributeURL = "http://www.videolan.org/contribute.html"
20+
private let contributeURL = "https://www.videolan.org/contribute.html"
2121

2222
override var preferredStatusBarStyle: UIStatusBarStyle {
2323
return PresentationTheme.current.colors.statusBarStyle

0 commit comments

Comments
 (0)