Fixed FD-55359 - sanitize CSS

This commit is contained in:
snipe
2026-05-28 12:25:12 +01:00
parent 0a20141b7c
commit c0fe308d7d
10 changed files with 288 additions and 1 deletions
+1
View File
@@ -173,6 +173,7 @@ return [
'url' => 'The :attribute field must be a valid URL.',
'ulid' => 'The :attribute field must be a valid ULID.',
'uuid' => 'The :attribute field must be a valid UUID.',
'valid_css_color' => 'The :attribute field must be a valid CSS color (hex, rgb, rgba, hsl, or hsla).',
'fmcs_location' => 'Full multiple company support and location scoping is enabled in the Admin Settings, and the selected location and selected company are not compatible.',
'is_unique_across_company_and_location' => 'The :attribute must be unique within the selected company and location.',