diff --git a/App/Browser View/BrowserViewController.swift b/App/Browser View/BrowserViewController.swift index f49fee1..d107ebf 100644 --- a/App/Browser View/BrowserViewController.swift +++ b/App/Browser View/BrowserViewController.swift @@ -314,7 +314,7 @@ class BrowserViewController: UIViewController, WKNavigationDelegate, var url = URL(string: text) { if url.scheme == nil { - let urlString = "https://\(text)" + let urlString = "http://\(text)" if let fixedURL = URL(string: urlString) { url = fixedURL }