-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Remove the Phishfort list from the PhishingController (#4621)
## Explanation This PR removes PhishFort from the core MetaMask repository due to the termination of our contract with them for phishing detection. The immediate goal is to eliminate the PhishFort list from the PhishingController to prevent any potential false positives they might introduce. Given the urgency, this PR focuses solely on removing PhishFort from the client-side. Subsequent updates will address the removal of PhishFort from the API and the related test cases. ## References <!-- Link any related issues, discussions, or documents that provide additional context for these changes. --> ## Changelog ### `@metamask/phishing-controller` - **REMOVED**: PhishFort list and related references have been removed from the PhishingController. ## Checklist - [x] I've updated the test suite to reflect the removal of PhishFort. - [x] I've updated relevant documentation to ensure no references to PhishFort remain. - [x] No breaking changes have been introduced.
- Loading branch information
1 parent
462f95f
commit 979b227
Showing
3 changed files
with
8 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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