Merge branch 'dev' of https://github.com/tgstation/tgstation-server into 1281-RepositoryUpdateRewrite

This commit is contained in:
Jordan Brown
2022-10-05 18:15:44 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- This is in it's own file to help incremental building, changing it causes a complete rebuild of the web panel -->
<TgsControlPanelVersion>4.0.0</TgsControlPanelVersion>
<TgsControlPanelVersion>4.2.2</TgsControlPanelVersion>
</PropertyGroup>
</Project>
@@ -801,7 +801,7 @@ namespace Tgstation.Server.Host.Setup
{
var config = new ControlPanelConfiguration
{
Enable = await PromptYesNo("Enable the web control panel (Incomplete)? (y/n): ", cancellationToken),
Enable = await PromptYesNo("Enable the web control panel? (y/n): ", cancellationToken),
AllowAnyOrigin = await PromptYesNo("Allow web control panels hosted elsewhere to access the server? (Access-Control-Allow-Origin: *) (y/n): ", cancellationToken),
};