Added ValidateRequest="false" on package installer page to allow user controls which postback html / code.

This commit is contained in:
mattbrailsford
2013-11-07 14:35:44 +00:00
parent dca0c85db5
commit 7cd01fc50b

View File

@@ -1,6 +1,6 @@
<%@ Page Language="c#" MasterPageFile="../../masterpages/umbracoPage.Master" CodeBehind="installer.aspx.cs"
AutoEventWireup="True" Inherits="umbraco.presentation.developer.packages.Installer"
Trace="false" %>
Trace="false" ValidateRequest="false" %>
<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
<asp:Content ContentPlaceHolderID="head" runat="server">