mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Change endpoint to always use latest build of the phishing warning (#16026)
Co-authored-by: ryanml <ryanlanese@gmail.com>
This commit is contained in:
parent
7b94ac5eca
commit
21c9fe2de9
@ -112,7 +112,7 @@ function getPhishingWarningPageUrl({ config, testing }) {
|
||||
if (!phishingWarningPageUrl) {
|
||||
phishingWarningPageUrl = testing
|
||||
? 'http://localhost:9999/'
|
||||
: 'https://metamask.github.io/phishing-warning/v1.1.0/';
|
||||
: 'https://metamask.github.io/phishing-warning/latest/';
|
||||
}
|
||||
|
||||
// We add a hash/fragment to the URL dynamically, so we need to ensure it
|
||||
|
Loading…
Reference in New Issue
Block a user