Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bigdragon0610
approved these changes
Feb 20, 2026
| @@ -24,7 +24,7 @@ const MarketplaceSupport: React.FC = () => { | |||
| <Strength /> | |||
| {/* https://anti-patterninc.slack.com/archives/C02FW0F3J1L/p1768438763910149 */} | |||
| {/* botがスパムメッセージを送ってしまっている。フロントからやられているのか、APIからやられているのか見分けるために、一旦コメントアウト */} | |||
| @@ -54,13 +54,13 @@ const About = () => { | |||
| </div> | |||
| {/* https://anti-patterninc.slack.com/archives/C02FW0F3J1L/p1768438763910149 */} | |||
| {/* botがスパムメッセージを送ってしまっている。フロントからやられているのか、APIからやられているのか見分けるために、一旦コメントアウト */} | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
AWS Marketplace掲載支援ページのお問い合わせ導線に BotID を導入し、外部フォーム直送から自前API経由へ変更しました。
Bot判定・入力検証をサーバー側で実施してから、Pardot(Account Engagement)へ転送する構成にしています。
BotIDの概要はこちらのissueを参照ください
#380
変更内容
- checkBotId() による bot 判定(bot は 403)
- formKey / payload 検証
- 検証通過時のみ Pardot へサーバーサイド転送
動作確認
画面経由

curl直叩き

影響範囲