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 de6e0dc + 81dac97 commit 0714aaaCopy full SHA for 0714aaa
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