Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!1581
Resolve
#3238915
"Refactor if feasible"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3238915
"Refactor if feasible"
issue/drupal-3238915:3238915-refactor-if-feasible
into
10.1.x
Overview
0
Commits
36
Pipelines
0
Changes
3
Closed
Théodore Biadala
requested to merge
issue/drupal-3238915:3238915-refactor-if-feasible
into
10.1.x
3 years ago
Overview
0
Commits
36
Pipelines
0
Changes
3
Expand
Closes
#3238915
0
0
Merge request reports
Viewing commit
0be587c4
Show latest version
3 files
+
2
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
0be587c4
Issue
#3269149
by longwave, catch, alexpott: Remove deprecated settings
· 0be587c4
Alex Pott
authored
2 years ago
core/lib/Drupal/Core/Security/RequestSanitizer.php
+
0
−
9
Options
@@ -21,15 +21,6 @@ class RequestSanitizer {
*/
const
SANITIZE_INPUT_SAFE_KEYS
=
'sanitize_input_safe_keys'
;
/**
* Previous name of SANITIZE_INPUT_SAFE_KEYS.
*
* @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use
* SANITIZE_INPUT_SAFE_KEYS instead.
* @see https://www.drupal.org/node/3163148
*/
const
SANITIZE_WHITELIST
=
'sanitize_input_whitelist'
;
/**
* The name of the setting that determines if sanitized keys are logged.
*/
Loading