url changes

- updated http urls to https when possible.
This commit is contained in:
Brett Hewitson 2022-07-12 16:01:52 +10:00
parent 11c411a557
commit c79ec023d8
23 changed files with 134 additions and 101 deletions

View file

@ -12,7 +12,7 @@ namespace ServerManagerTool.Common {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0")]
public sealed partial class CommonConfig : global::System.Configuration.ApplicationSettingsBase {
private static CommonConfig defaultInstance = ((CommonConfig)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new CommonConfig())));
@ -163,7 +163,7 @@ namespace ServerManagerTool.Common {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("http://whatismyip.akamai.com/")]
[global::System.Configuration.DefaultSettingValueAttribute("https://whatismyip.akamai.com/")]
public string PublicIPCheckUrl2 {
get {
return ((string)(this["PublicIPCheckUrl2"]));

View file

@ -45,7 +45,7 @@
<Value Profile="(Default)">https://api.ipify.org</Value>
</Setting>
<Setting Name="PublicIPCheckUrl2" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://whatismyip.akamai.com/</Value>
<Value Profile="(Default)">https://whatismyip.akamai.com/</Value>
</Setting>
</Settings>
</SettingsFile>

View file

@ -75,7 +75,7 @@ namespace ServerManagerTool.Common.Model
private set;
}
public string WorkshopUrl => $"http://steamcommunity.com/sharedfiles/filedetails/?id={WorkshopId}";
public string WorkshopUrl => $"https://steamcommunity.com/sharedfiles/filedetails/?id={WorkshopId}";
public static WorkshopFileItem GetItem(WorkshopFileDetail item)
{

View file

@ -41,7 +41,7 @@
<value>https://api.ipify.org</value>
</setting>
<setting name="PublicIPCheckUrl2" serializeAs="String">
<value>http://whatismyip.akamai.com/</value>
<value>https://whatismyip.akamai.com/</value>
</setting>
</ServerManagerTool.Common.CommonConfig>
</applicationSettings>