Hello I have a textarea in a form that will receive an iframe from soundcloud, problem is that when the user submits the page is returning error 403 Forbidden. I believe mod security is blocking the iframe. When we deactivated the server's mod security, it was possible to save the page.
My question is: Can I disable mod security in the .htacess file only from my application without having to disable it on every server?
Thank you.