U4-8165 Ensure browsers are not caching service requests

This commit is contained in:
Shannon
2016-03-16 14:51:04 +01:00
parent fc7cfea4ad
commit f93fee28dd
7 changed files with 41 additions and 21 deletions

View File

@@ -18,7 +18,6 @@ namespace Umbraco.Web.Editors
/// The API controller used for building content queries within the template
/// </summary>
[PluginController("UmbracoApi")]
[DisableBrowserCache]
[JsonCamelCaseFormatter]
public class TemplateQueryController : UmbracoAuthorizedJsonController
{