Jump in the discussion.

No email address required.

    const QStringList pathItems {request().path.split(u'/', Qt::SkipEmptyParts)};
    if (pathItems.contains(u".") || pathItems.contains(u".."))
        throw InternalServerErrorHTTPError();

rip

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.