Skip to content

Commit 255d3c8

Browse files
committed
refactor: Remove default value for Waline recaptchaV3Key
- Remove 'wasd' as the default value for recaptchaV3Key in Waline config - Enhance security by not exposing a potentially sensitive key in config
1 parent 8914057 commit 255d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ comment:
348348
serverUrl: https://example.example.com # Waline server URL. e.g. https://example.example.com
349349
lang: zh-CN # Waline language. e.g. zh-CN, en-US. See https://waline.js.org/guide/client/i18n.html
350350
emoji: [] # Waline emojis, see https://waline.js.org/guide/features/emoji.html
351-
recaptchaV3Key: wasd # Google reCAPTCHA v3 key. See https://waline.js.org/reference/client/props.html#recaptchav3key
351+
recaptchaV3Key: # Google reCAPTCHA v3 key. See https://waline.js.org/reference/client/props.html#recaptchav3key
352352
turnstileKey: # Turnstile key. See https://waline.js.org/reference/client/props.html#turnstilekey
353353
reaction: false # Waline reaction. See https://waline.js.org/reference/client/props.html#reaction
354354
# Gitalk comment system. See https://github.com/gitalk/gitalk

0 commit comments

Comments
 (0)