Reindl Harald <h.reindl(a)thelounge.net> schrieb am 09.04.19 um 11:16:20 Uhr:
> >>> What happend here that all of the sudden I don't have a working
> >>> roundcube anymore? Where does this CSRF problem come from? I
> >>> just upgraded to version 1.3.9 and the problem remains.
> >>>
> >>
> >> This just happens every once in a while, and nobody has a good
> >> answer. Our users certainly don't know what to do. They call us,
> >> we don't know what to do. I started disabling the CSRF protection
> >> entirely:
> >>
> >> 1. Open program/lib/Roundcube/rcube.php 2. Search for "public
> >> function check_request" 3. Have it always return true.
> >
> > I fear I don't know how to do that. I don't know much about PHP if
> > at all.
>
> just write "return true;" as first line after the function definition,
> it's that easy
public function check_request($mode = rcube_utils::INPUT_POST)
{ return true; }
like so and comment out the rest of the function?
Must be wrong, get a blank page.
Andreas
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1