Skip to content

Commit c32a92d

Browse files
clarkbwposva
authored andcommitted
Add the extra slash to the file:///* match pattern (vuejs#339)
1 parent eded0dc commit c32a92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shells/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"permissions": [
3333
"http://*/*",
3434
"https://*/*",
35-
"file://*"
35+
"file:///*"
3636
],
3737

3838
"content_scripts": [

0 commit comments

Comments
 (0)