Merge 76c1877953
into fc789a49ac
This commit is contained in:
commit
90e2328c46
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ async function denySubmit(redirectUrl) {
|
|||
tabId: tab[0].id,
|
||||
pageUrl: redirectUrl
|
||||
});
|
||||
browser.runtime.sendMessage({
|
||||
method: "sendTelemetryPayload",
|
||||
event: "click-to-reload-page-in-same-container",
|
||||
});
|
||||
document.location.replace(redirectUrl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue