We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10a4eb3 + 4a8a09c commit 81dac97Copy full SHA for 81dac97
src/Umbraco.Web.UI/config/splashes/booting.aspx
@@ -2,7 +2,7 @@
2
3
<%
4
// NH: Adds this inline check to avoid a simple codebehind file in the legacy project!
5
- if (!umbraco.cms.helpers.url.ValidateProxyUrl(Request["url"], Request.Url.AbsoluteUri))
+ if (Request["url"].ToLower().Contains("booting.aspx") || !umbraco.cms.helpers.url.ValidateProxyUrl(Request["url"], Request.Url.AbsoluteUri))
6
{
7
throw new ArgumentException("Can't redirect to the requested url - it's not local or an approved proxy url",
8
"url");
0 commit comments