feat: Remove the required field prompt for HSTS in the website HTTPS … (#9532)

Refs https://github.com/1Panel-dev/1Panel/issues/9465
This commit is contained in:
CityFun 2025-07-16 17:59:52 +08:00 committed by GitHub
parent 7cbebc8236
commit 3ec2dec49b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,7 +216,6 @@ const ssls = ref();
const acmeAccounts = ref();
const websiteSSL = ref();
const rules = ref({
hsts: [Rules.requiredInput],
type: [Rules.requiredSelect],
privateKey: [Rules.requiredInput],
certificate: [Rules.requiredInput],