Skip to content

Commit

Permalink
We don't need those permissions added to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 26, 2017
1 parent 9aef1c6 commit 134efbe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/zope/app/rotterdam/ftesting.zcml
Expand Up @@ -19,7 +19,6 @@
<include package="zope.browsermenu" file="meta.zcml" />
<include package="zope.securitypolicy" file="meta.zcml" />


<include package="zope.annotation" />
<include package="zope.browsermenu" />
<include package="zope.browserresource" />
Expand Down Expand Up @@ -79,8 +78,6 @@
add="zope.ManageContent"
/>



<!-- Application setup -->

<securityPolicy
Expand Down Expand Up @@ -112,8 +109,4 @@
password="mgrpw" />
<grant role="zope.Manager" principal="zope.mgr" />

<class class="zope.site.folder.Folder">
<allow attributes="items __getitem__ get __contains__ __setitem__" />
</class>

</configure>

0 comments on commit 134efbe

Please sign in to comment.