Remove false positive polymarket-il.com from blocklist (+ allowlist)#269132
Closed
itayozer9 wants to merge 1 commit into
Closed
Remove false positive polymarket-il.com from blocklist (+ allowlist)#269132itayozer9 wants to merge 1 commit into
itayozer9 wants to merge 1 commit into
Conversation
False positive removal — see MetaMask#269126. Site has no wallet interaction of any kind; details in the PR description. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TSwsA8crooq2vUhUqXCvms
1 task
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.
Summary
Removal of a false positive, filed by the domain owner. Companion to removal request #269126.
polymarket-il.comis a Hebrew-language education & community site about Polymarket for Israeli users (a course and a free market-analytics dashboard on a subdomain). It links out to the realpolymarket.comvia Polymarket's public referral program — it does not imitate Polymarket's interface and operates no wallet flows.Why it cannot be phishing by the mechanics this list blocks for
window.ethereumaccess, no WalletConnect / wagmi / ethers, no transaction prompts.How the entry got here
The domain was added to the hotlist on 2026-07-19 11:22 UTC (
eth_phishing_detect_config.blocklist, per the diffsSince API) via an automated feed import — apparently a brand-keyword match on "polymarket". The site's content did not change; it has operated as an education site since launch.Change
Removes
polymarket-il.comfrom the blocklist and adds it to the allowlist to prevent automated re-listing by the same feed.Happy to verify domain ownership however you prefer (DNS TXT record / file upload / email from an @polymarket-il.com address). A ChainPatrol dispute for the same listing was filed on 2026-07-19.
🤖 Generated with Claude Code
https://claude.ai/code/session_01TSwsA8crooq2vUhUqXCvms
Note
Low Risk
Single-domain list maintenance in config only; no runtime logic, auth, or data-path changes.
Overview
Removes
polymarket-il.comfrom the phishing blocklist and adds it to the whitelist so MetaMask (and related consumers of this list) stop treating it as malicious and automated feeds are less likely to re-block it.This is a false-positive remediation for a regional Polymarket education/community site, not a code or detection-logic change—only
src/config.jsonis touched.Reviewed by Cursor Bugbot for commit 87c578f. Bugbot is set up for automated code reviews on this repo. Configure here.