Specify allowed_attributes for the captcha view, so the image/audio pages are accessible in Zope 2.12.9+.

svn path=/plone.formwidget.captcha/trunk/; revision=39603
This commit is contained in:
Hanno Schlichting 2010-09-02 10:42:12 +00:00
parent 0f63bc5345
commit 1ebf49539a
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@ Changelog
1.0b2 - unreleased
------------------
* Specify allowed_attributes for the captcha view, so the image/audio pages
are accessible in Zope 2.12.9+.
[hannosch]
* Move to plone.app.discussion-captcha feature declaration to meta.zcml.
[timo]

View File

@ -8,6 +8,7 @@
for="*"
permission="zope.Public"
provides=".interfaces.ICaptchaView"
allowed_attributes="image audio"
class=".captcha.Captcha">
<browser:page name="image" attribute="image" />