wiki.techinc.nl/includes/Request
Derick Alangi 0ee08d6616 Request: Deprecate methods in WebRequest class
Deprecated methods are:
* WebRequest::isSafeRequest()
* WebRequest::markAsSafeRequest()

Introduced in I43f4bc06c19d823d7d1f (549af8bf) and used in
I01ae2f045726208d2af7 (ce3a25be), then later removed in I4eb10817cccb40aa255
(e34fd634) which became unused in core.

As a result, it made markAsSafeRequest useless as there is really no
consumer at this point.

No known usage (confirmation) per our code search tool today. See below:
https://codesearch.wmcloud.org/search/?q=isSafeRequest&files=&excludeFiles=&repos=

Change-Id: I39cfb04c46374153d374fe0bb88690fa48ad7250
2023-10-03 11:31:03 +00:00
..
ContentSecurityPolicy.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
DerivativeRequest.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
FauxRequest.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
FauxRequestUpload.php Follow-up bbe704b: Add in-code comment on aliases for when they were added 2023-08-28 14:31:53 -04:00
FauxResponse.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
HeaderCallback.php http: HeaderCallback should inject all telemetry headers 2023-09-14 20:33:45 +02:00
PathRouter.php Follow-up bbe704b: Add in-code comment on aliases for when they were added 2023-08-28 14:31:53 -04:00
ProxyLookup.php Follow-up 9743136: Add in-code comment on alias for when it was added 2023-08-29 01:29:03 +00:00
WebRequest.php Request: Deprecate methods in WebRequest class 2023-10-03 11:31:03 +00:00
WebRequestUpload.php Namespace Sanitizer under \MediaWiki\Parser 2023-09-21 05:39:23 +00:00
WebResponse.php Follow-up bc1af1a: Add in-code comment on aliases for when they were added 2023-08-28 14:32:59 -04:00