Skip to content

Commit

Permalink
refactor: Remove default value for Waline recaptchaV3Key
Browse files Browse the repository at this point in the history
- Remove 'wasd' as the default value for recaptchaV3Key in Waline config
- Enhance security by not exposing a potentially sensitive key in config
  • Loading branch information
EvanNotFound committed Oct 25, 2024
1 parent 8914057 commit 255d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ comment:
serverUrl: https://example.example.com # Waline server URL. e.g. https://example.example.com
lang: zh-CN # Waline language. e.g. zh-CN, en-US. See https://waline.js.org/guide/client/i18n.html
emoji: [] # Waline emojis, see https://waline.js.org/guide/features/emoji.html
recaptchaV3Key: wasd # Google reCAPTCHA v3 key. See https://waline.js.org/reference/client/props.html#recaptchav3key
recaptchaV3Key: # Google reCAPTCHA v3 key. See https://waline.js.org/reference/client/props.html#recaptchav3key
turnstileKey: # Turnstile key. See https://waline.js.org/reference/client/props.html#turnstilekey
reaction: false # Waline reaction. See https://waline.js.org/reference/client/props.html#reaction
# Gitalk comment system. See https://github.com/gitalk/gitalk
Expand Down

0 comments on commit 255d3c8

Please sign in to comment.