mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Remove web accessible resources from MV3 manifest (#15238)
The web accessible resources were removed in #14834, but they were accidentally preserved in the v3 manifest. We no longer need any web accessible resources, and leaving these in the manifest exposes us to potential security issues.
This commit is contained in:
parent
95adbc245c
commit
17e7df7cd8
@ -72,11 +72,5 @@
|
||||
"*://*.eth/",
|
||||
"notifications"
|
||||
],
|
||||
"short_name": "__MSG_appName__",
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["inpage.js", "phishing.html"],
|
||||
"matches": ["http://*/*", "https://*/*"]
|
||||
}
|
||||
]
|
||||
"short_name": "__MSG_appName__"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user