mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
feat: add validation methods for S3 bucket names, paths, and server paths; update import logic to prevent command injection
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
wire:loading.attr="disabled"
|
||||
type="{{ $type }}"
|
||||
@disabled($disabled)
|
||||
@if ($htmlId !== 'null') id={{ $htmlId }} @endif
|
||||
@if ($htmlId !== 'null') id="{{ $htmlId }}" @endif
|
||||
name="{{ $name }}"
|
||||
placeholder="{{ $attributes->get('placeholder') }}"
|
||||
@if ($autofocus) autofocus @endif>
|
||||
|
||||
Reference in New Issue
Block a user