mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
feat!: skip tls insecure verify by default
This commit is contained in:
parent
4be8524d80
commit
c8f3e8ab4d
@ -77,6 +77,6 @@ func DefaultConfig() *Config {
|
||||
MaxAge: 28,
|
||||
},
|
||||
MaxConnections: 0,
|
||||
TlsInsecureSkipVerify: false,
|
||||
TlsInsecureSkipVerify: true,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user