mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
url changes
- updated http urls to https when possible.
This commit is contained in:
parent
11c411a557
commit
c79ec023d8
23 changed files with 134 additions and 101 deletions
|
|
@ -63,7 +63,7 @@
|
|||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="HelpUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.freeforums.net/thread/43/faq-frequently-asked</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.freeforums.net/thread/43/faq-frequently-asked</Value>
|
||||
</Setting>
|
||||
<Setting Name="CultureName" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">en-US</Value>
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
<Value Profile="(Default)">https://forums.funcom.com/c/conan-exiles/Patch-Notes</Value>
|
||||
</Setting>
|
||||
<Setting Name="AppUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://store.steampowered.com/app/440900/</Value>
|
||||
<Value Profile="(Default)">https://store.steampowered.com/app/440900/</Value>
|
||||
</Setting>
|
||||
<Setting Name="RunAsAdministratorPrompt" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
<Value Profile="(Default)">https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/CSM/latest.zip</Value>
|
||||
</Setting>
|
||||
<Setting Name="LatestServerManagerPatchNotesUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.freeforums.net/thread/36/downloads</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.freeforums.net/thread/36/downloads</Value>
|
||||
</Setting>
|
||||
<Setting Name="LatestServerManagerBetaPatchNotesUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.freeforums.net/board/44/beta-testers</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.freeforums.net/board/44/beta-testers</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerBlacklistFile" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">blacklist.txt</Value>
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="SteamWebAPIKeyHelpUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.freeforums.net/thread/40/get-own-steam-web-api</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.freeforums.net/thread/40/get-own-steam-web-api</Value>
|
||||
</Setting>
|
||||
<Setting Name="AutoUpdate_ShowUpdateReason" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
|
|
@ -330,10 +330,10 @@
|
|||
<Value Profile="(Default)">Mod updates have been detected:</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerManagerPluginUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.freeforums.net/board/36/plugins</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.freeforums.net/board/36/plugins</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerManagerForumUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.freeforums.net/</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.freeforums.net/</Value>
|
||||
</Setting>
|
||||
<Setting Name="DefaultGlobalizationFile" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Globalization\en-US\en-US.xaml</Value>
|
||||
|
|
@ -615,7 +615,7 @@
|
|||
<Value Profile="(Default)">30</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerCallUrlFormat" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/</Value>
|
||||
<Value Profile="(Default)">https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerCallUrlDelay" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">12</Value>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue