Skip to content

Commit 17e7df7

Browse files
authored
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.
1 parent 95adbc2 commit 17e7df7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

app/manifest/v3/_base.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,5 @@
7272
"*://*.eth/",
7373
"notifications"
7474
],
75-
"short_name": "__MSG_appName__",
76-
"web_accessible_resources": [
77-
{
78-
"resources": ["inpage.js", "phishing.html"],
79-
"matches": ["http://*/*", "https://*/*"]
80-
}
81-
]
75+
"short_name": "__MSG_appName__"
8276
}

0 commit comments

Comments
 (0)