mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-12-15 10:04:01 +08:00
feat(captcha): update static asset source option (#2589)
* feat(captcha): Add captcha_cap_asset_server configuration option to support static asset server settings (#2584) * fix(captcha): Backend default: cdn → jsdelivr
This commit is contained in:
@@ -395,6 +395,7 @@ var DefaultSettings = map[string]string{
|
||||
"captcha_cap_instance_url": "",
|
||||
"captcha_cap_site_key": "",
|
||||
"captcha_cap_secret_key": "",
|
||||
"captcha_cap_asset_server": "jsdelivr",
|
||||
"thumb_width": "400",
|
||||
"thumb_height": "300",
|
||||
"thumb_entity_suffix": "._thumb",
|
||||
|
||||
Reference in New Issue
Block a user