--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/84f7ef92-a608-4ba0-a046-c30c38743028n%40chromium.org.
I see a different situation. It's easier to illustrate with a redirect example.
Here is the DNR rule:
{
"id": 1,
"action": {
"type": "redirect",
"redirect": {
"url":"https://www.w3.org/"
}
},
"condition": {
"urlFilter": "||example.com^",
"resourceTypes":["main_frame"]
}
}
Here is the result of loading the domain with the "prerender" status:
{The redirect does not occur.
First, I would like to clarify whether this is the intended behavior.
Second, I want to understand why the redirect does not happen:
P.S. In this case, frameId is not 0 (as shown in my previous message).
Logically, it should work, assuming your extension has host_permissions for both the original site and the target site