2012-07-18 04:35:30 +06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-09-27 15:37:21 -02:00
|
|
|
<!-- this is the pre-4.10 rest configuration -->
|
|
|
|
|
<!-- you should use BaseRestExtensions.config instead -->
|
2012-07-18 04:35:30 +06:00
|
|
|
<RestExtensions>
|
2012-12-05 12:37:21 -01:00
|
|
|
<!-- available for backward compatibility only -->
|
|
|
|
|
<ext assembly="umbraco" type="umbraco.presentation.umbracobase.library.member" alias="currentMember">
|
|
|
|
|
<permission method="login" allowAll="true" />
|
|
|
|
|
<permission method="logout" allowAll="true" />
|
|
|
|
|
<permission method="id" allowAll="true" />
|
|
|
|
|
<permission method="data" allowAll="true" />
|
|
|
|
|
<permission method="logout" allowAll="true" />
|
|
|
|
|
<permission method="setProperty" allowAll="false" />
|
|
|
|
|
</ext>
|
|
|
|
|
<!-- here for backward compatibility only -->
|
|
|
|
|
<!-- because really, it should not be enabled by default -->
|
|
|
|
|
<ext assembly="Runway.Blog" type="Runway.Blog.Library.Base" alias="umbBlog">
|
|
|
|
|
<permission method="CreateComment" returnXml="false" allowAll="true" />
|
|
|
|
|
<permission method="GetGravatarImage" returnXml="false" allowAll="true" />
|
|
|
|
|
</ext>
|
2012-07-18 04:35:30 +06:00
|
|
|
</RestExtensions>
|