Maybe it's an idea to remove or replace feedproxy.aspx altogether, because malicious users could actually make use of it for making requests through your server. Unfortunately there doesn't seem to be any restrictions on which URL's that can be requested through the feedproxy.
Server Error - 404 on Umbraco Contour Dashboard
When opening the contour dashboard in the umbraco backoffice I keep receiving a 404 server error in a modal popup.
It looks as if the code in the file:
\Umbraco\Plugins\umbracoContour\FormsDashboard.ascx
is making a ajax call to a dead link within the umbraco docs:
When this is removed the error stops, just thought id put this here if anyone else runs into the same issue
Comment author was deleted
Thanks for reporting! We recently upgraded the site and must have done something wrong which ended up in removal of that feed.
Maybe it's an idea to remove or replace feedproxy.aspx altogether, because malicious users could actually make use of it for making requests through your server. Unfortunately there doesn't seem to be any restrictions on which URL's that can be requested through the feedproxy.
E.g. it's possible to request google.com by using: http://www.example.org/umbraco/plugins/umbracocontour/feedproxy.aspx?url=http://www.google.com (replace example.org with a domain where Umbraco Contour is installed).
/ Regin
is working on a reply...