2009-06-19 07:39:16 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<RestExtensions>
|
|
|
|
|
<!--
|
|
|
|
|
<ext assembly="/bin/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>
|
|
|
|
|
-->
|
2010-06-23 14:12:16 +00:00
|
|
|
<ext assembly="Umlaut.Umb.Blog" type="Umlaut.Umb.Blog.Library.Base" alias="Blog4Umbraco">
|
|
|
|
|
<permission method="CreateComment" returnXml="false" allowAll="true" />
|
|
|
|
|
<permission method="GetGravatarImage" returnXml="false" allowAll="true" />
|
|
|
|
|
</ext>
|
2009-06-19 07:39:16 +00:00
|
|
|
</RestExtensions>
|