processing / processing/processing-website
Mitigating website cloning & backlink abuse
まだ誰も着手していません。
- 主要言語
- MDX
- スター
- 90
- フォーク
- 122
- 平均マージ
- 1時間 43分
- マージ済み PR(30日)
- 3
説明
Which area of the website does this enhancement relate to?
Other (specify if possible)
Describe the enhancement
We’ve run into a few situations this year where scammers copy our website and put it on fake domains that impersonate other organizations. We only hear about it when trademark owners contact us with cease-and-desist emails, because the cloned sites look like processing.org and still include our contact email.
@ksen0 suggested adding a simple build check:
- Set an environment variable in GitHub secrets.
- At build time, verify it against a public key.
- If the check fails, display a small banner such as:
“This is not the official Processing website. If you ended up here by mistake or suspect misuse, you can report it below.”
I'd suggest including the following:
- A link to the Google Safe Browsing phishing report page
- A link to the WHOIS record for the domain, e.g.
https://www.whois.com/whois/example.com
We can check for localhost and 127.0.0.1 to avoid showing the banner when working locally.
We could also not show our contact email on unverified builds.
Why is this enhancement important?
- Reduce confusion for trademark owners who mistakenly contact us
- Provide visitors with a quick way to report misuse
- Make cloned sites less convincing and less useful for scammers
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、ウェブサイトのビルドプロセスと、ビルド時の検証に GitHub secrets をどのように使用できるかを確認します。公開鍵のチェックと localhost および 127.0.0.1 に対する挙動を明確にし、その後、報告用リンクがあり、連絡先メールアドレスがない未検証ビルドのバナーを完成条件として定義します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions
- 領域
- build-system, security, web-dev
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100