Forum OpenACS Development: html tags blocked on edit-this-page pkg

I got this warning after i submit the form to add html content on edit-this-page pkg.

I thought i knew where was the parameter that i must change to allow those tags. but have no clue.
does anyone know it?

*****
For security reasons we only accept the submission of HTML containing the following tags: A ADDRESS B BLOCKQUOTE BR CODE DIV DD DL DT EM FONT HR I LI OL P PRE SPAN STRIKE STRONG SUB SUP TABLE TBODY TD TR TT U UL EMAIL FIRST_NAMES LAST_NAME GROUP_NAME H1 H2 H3 H4 H5 H6. You have a IMG tag in there.
*******

Collapse
Posted by Iuri Sampaio on
I think i found it.
https://openacs.org/forums/message-view?message_id=58065

But i changed and still get the warning message

Collapse
Posted by Ryan Gallimore on
Take a look at the acs-kernel parameters. You can allow additional tags from there.
Collapse
Posted by Iuri Sampaio on
yes, that's what the link i posted takes you. To a discuss about acs-kernel parameter -> antispam

i'm there and i see the all the tags. Those are inside the input text field called "Default".
I already added the tag "img" and still get the warninng message.

Collapse
Posted by vivian Aguilar on
Just go to /admin/acs-subsite
Find the kernel link and change
AllowedAttribute to *
AllowedTag to *

And dont make the change on the AMP because it wont work.