Skip to content

Commit 81dac97

Browse files
committed
Merge pull request umbraco#284 from markvantilburg/patch-1
Update booting.aspx
2 parents 10a4eb3 + 4a8a09c commit 81dac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI/config/splashes/booting.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<%
44
// 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))
5+
if (Request["url"].ToLower().Contains("booting.aspx") || !umbraco.cms.helpers.url.ValidateProxyUrl(Request["url"], Request.Url.AbsoluteUri))
66
{
77
throw new ArgumentException("Can't redirect to the requested url - it's not local or an approved proxy url",
88
"url");

0 commit comments

Comments
 (0)