Austin English : iexplore: Move WineHQ URLs to https.

Alexandre Julliard julliard at winehq.org
Mon Dec 4 14:58:21 CST 2017


Module: wine
Branch: master
Commit: 956a65347bf8aed0c1121e2d49bcd7eddf9db26b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=956a65347bf8aed0c1121e2d49bcd7eddf9db26b

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Nov 30 12:57:08 2017 -0600

iexplore: Move WineHQ URLs to https.

Signed-off-by: Austin English <austinenglish at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/iexplore/iexplore.inf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/iexplore/iexplore.inf b/programs/iexplore/iexplore.inf
index 1886352..68c17e3 100644
--- a/programs/iexplore/iexplore.inf
+++ b/programs/iexplore/iexplore.inf
@@ -26,11 +26,11 @@ HKCR,"CLSID\%CLSID_InternetExplorerManager%\LocalServer32",,,"""%16422%\Internet
 
 
 [Settings.Reg]
-HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org"
-HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com"
+HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"https://www.winehq.org"
+HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"https://www.google.com"
 HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
 HKCR,"Applications\iexplore.exe\shell\open\command",,2,"""%16422%\Internet Explorer\iexplore.exe"" %1"
-HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org"
+HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"https://www.winehq.org"
 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
 HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
 




More information about the wine-cvs mailing list