09-01-2024, 03:59 PM
(08-31-2024, 09:34 PM)bizpatĀ (Patrice) Wrote: Also related:
in rsobj.php
Global change
$this->CrossSiteProtect = true;
to:
$this->CrossSiteProtect = false;
https://www.webassist.com/forums/posts.php?id=41870
I think there may be a security issue with applying this globally? I'm sure I saw in a previous thread that it wasn't advisable and better to only apply to specific text areas.