Add allowlist for HelpPage

This commit is contained in:
Mole
2022-01-26 10:57:49 +01:00
parent d70a207d60
commit 9dbe2d211c
7 changed files with 61 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
<add key="Umbraco.Core.UseHttps" value="false" />
<add key="Umbraco.Core.AllowContentDashboardAccessToAllUsers" value="true"/>
<add key="Umbraco.Core.ContentDashboardUrl-Allowlist" value=""/>
<add key="Umbraco.Core.HelpPage-Allowlist" value=""/>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
<add key="webpages:Enabled" value="false" />