Developer forum

Forum » Development » Adding Customer Center module to a paragraph

Adding Customer Center module to a paragraph


Reply

I just installed the new release. (looks very promising, good job!)

 

When I tried to add the "Customer Center" module to a paragraph I got an error that said "A potentially dangerous request Request.Form value was detected...".

 

This requires me to disable the "validateRequest" option in the web.config:

 

<system.web>

    <pages validateRequest="false" />

</system.web>

 

Now i can add the module to a paragraph without errors, but i'm not sure if disabling the "validateRequest" option is a such a good idea.

 

I'm using all the default files btw.

 

-Emil 


Replies

 
Reply

To quick-fix it you could open the /Admin/Module/CustomerCenter/CostumerCenter_Edit.aspx page and add the validaterequest="false" attribute to the page directive. We'll look into it in the standard code. Thanks for the notice:)

 

You must be logged in to post in the forum