Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/collective.explicitacquisition
Disallow access to acquired content outside the current path
https://github.com/collective/collective.explicitacquisition
Last synced: 4 days ago
JSON representation
Disallow access to acquired content outside the current path
- Host: GitHub
- URL: https://github.com/collective/collective.explicitacquisition
- Owner: collective
- Created: 2014-09-25T02:40:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T10:46:05.000Z (almost 4 years ago)
- Last Synced: 2024-12-22T18:45:52.622Z (21 days ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/collective.explicitacquisition
- Size: 47.9 KB
- Stars: 1
- Watchers: 118
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
- awesome-plone - collective.explicitacquisition - Disallow access to acquired content outside the current path. (Security)
README
collective.explicitacquisition
==============================.. image:: https://github.com/collective/collective.explicitacquisition/workflows/Testing/badge.svg
:target: https://github.com/collective/collective.explicitacquisition/actions?query=workflow%3ATestingAccess to acquired content in CMF/ Plone should not be allowed.
This package disables content acquisition.
Installation
============Add the package to your `buildout`'s instances `eggs` section.
Once the ZCML is loaded by Zope it is active.
No further steps needed.Source Code
===========The sources are in a GIT DVCS with its main branches at
`github `_.We'd be happy to see many forks and pull-requests to make collective.explicitacquisition even better.
Contributors
============This package is a repackaging of Godfroid Chapelle's (`gotcha `_) Products.CMFPlone branch "publication through explicit acquisition"_, which solves ticket 13793 (references old, archived bug tracker).
Further contributors:
- Johannes Raggam (`thetet `_)
- Kim Paulissen (`spereverde `_)
- Maik Derstappen (`MrTango `_)
- Jens Klein (`jensens `_)