Re: [mod-security-users] Allow HTML in post
Brought to you by:
victorhora,
zimmerletw
|
From: Reindl H. <h.r...@th...> - 2021-10-21 12:20:46
|
Am 21.10.21 um 11:30 schrieb Filip Bartmann: > I'm new to mod_security and I have own CMS. I want in admin to edit HTML content. How can I enable to POST HTML tags? I Use mod_security v2 with Apache <IfModule mod_security2.c> <LocationMatch "(.*)\/editor\/plugins\/preview\.php$"> SecRequestBodyAccess Off </LocationMatch> </IfModule> |