mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Make doubly sure special characters are removed from the notes.
This commit is contained in:
@@ -68,6 +68,9 @@ trait ConvertsDataTypes
|
||||
return null;
|
||||
}
|
||||
$search = [
|
||||
"\0", // NUL
|
||||
"\f", // form feed
|
||||
"\v", // vertical tab
|
||||
"\u{0001}", // start of heading
|
||||
"\u{0002}", // start of text
|
||||
"\u{0003}", // end of text
|
||||
|
Reference in New Issue
Block a user