Closed rxliuli closed 4 years ago
The match pattern is defined in Chrome extension dev & MDN.
There is no description to host:port
in Chrome, but MDN explicitly says it is an invalid match pattern:
Note: The path pattern string should not include a port number. Adding a port, as in: "http://localhost:1234/" causes the match pattern to be ignored. However, "http://localhost:1234" will match with "http://localhost/"
To reduce the warning, I suggest you using include
instead of match
to http://127.0.0.1:*/*
pattern.
If you have more questions, we can reopen it.
metablock.json