Fix P2/P3 review findings: DNR redirect format, runtime type guard, cache test setup
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
{
|
||||
"id": 5,
|
||||
"priority": 2,
|
||||
"action": { "type": "REDIRECT", "redirect": { "urlFilter": "chrome-extension://__MSG_@@extension_id__/popup.html" } },
|
||||
"action": { "type": "redirect", "redirect": { "url": "chrome-extension://__MSG_@@extension_id__/popup.html" } },
|
||||
"condition": {
|
||||
"urlFilter": "*://*.tk/*",
|
||||
"resourceTypes": ["main_frame"],
|
||||
@@ -48,7 +48,7 @@
|
||||
{
|
||||
"id": 6,
|
||||
"priority": 2,
|
||||
"action": { "type": "REDIRECT", "redirect": { "urlFilter": "chrome-extension://__MSG_@@extension_id__/popup.html" } },
|
||||
"action": { "type": "redirect", "redirect": { "url": "chrome-extension://__MSG_@@extension_id__/popup.html" } },
|
||||
"condition": {
|
||||
"urlFilter": "*://*.xyz/*",
|
||||
"resourceTypes": ["main_frame"],
|
||||
|
||||
Reference in New Issue
Block a user