Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kristoffer Eriksen 185 posts 465 karma points
    Sep 04, 2015 @ 09:45
    Kristoffer Eriksen
    0

    A potentially dangerous Request.Form

    I have some fields where the customer writes some html-tags to get the bold, italic etc. But when they use the Dictionary Dashboard, they get an error

    A potentially dangerous Request.Form value was detected from the client (ctl02-translation-1="© <strong>2015 
    

    I know it is a .net security, and shouldn't be disabled, but is it possible, just to diasble it on this control ? When using the Dictionary section in "Settings" there is no problems, but I don't want to give my customer access to the Settings-section.

  • Kristoffer Eriksen 185 posts 465 karma points
    Sep 08, 2015 @ 19:12
    Kristoffer Eriksen
    0

    Does anyone know a solution for this issue?

  • Kristoffer Eriksen 185 posts 465 karma points
    Oct 05, 2015 @ 10:30
    Kristoffer Eriksen
    0

    One final "bump" ... Anyone ??

  • Dmitry Artux 9 posts 29 karma points
    Jan 22, 2016 @ 08:14
    Dmitry Artux
    0

    I managed to do it by using export/import functionality. I set value like <p>test</p>.

    Just export file - change value - import file.

  • Barry Fogarty 493 posts 1129 karma points
    Sep 20, 2016 @ 12:25
    Barry Fogarty
    0

    You can achieve this by hacking UserControlProxy.aspx and adding ValidateRequest="false" to the Page declaration. NB This will disable request validation on all Umbraco dashboard controls.

    I plan to submit a PR to the repo owner so it can be disabled only for this control.

Please Sign in or register to post replies

Write your reply to:

Draft