Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e071bfb4
Commit
e071bfb4
authored
Nov 29, 2016
by
Carsten Rose
Browse files
Sanitize.php: Erlaubt neu auch leere Eingaben
parent
0b432da4
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/helper/Sanitize.php
View file @
e071bfb4
...
...
@@ -143,7 +143,7 @@ class Sanitize {
SANITIZE_ALLOW_MIN_MAX
=>
''
,
SANITIZE_ALLOW_MIN_MAX_DATE
=>
''
,
SANITIZE_ALLOW_PATTERN
=>
''
,
SANITIZE_ALLOW_ALLBUT
=>
'^[^\[\]{}%&\\#]
+
$'
,
SANITIZE_ALLOW_ALLBUT
=>
'^[^\[\]{}%&\\#]
*
$'
,
SANITIZE_ALLOW_ALL
=>
'.*'
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment