Deprecation: #69562 - Deprecate helper methods for redundant CSRF protection
See forge#69562
Description
The method Backend
has been introduced as shortcut to
protect data manipulating entry points tce_
tce_
and
alt_
from CSRF attacks. These entry points have been replaced with
proper modules or routing, which are CSRF protected by default. With this
Backend
is not needed anymore and therefore has been
marked as deprecated.
Impact
Third party code using Backend
will trigger deprecation
log entries.
Affected Installations
Extensions using the above code.
Migration
These method calls can safely be removed, when generating links to former entry
points tce_
tce_
and alt_
with the API method
calls : Backend
, Backend
or Backend
.