Skip to content

Commit

Permalink
chore: followup bug 1886222 - Start reload by calling reload in the p…
Browse files Browse the repository at this point in the history
…arent - applied on Firefox ESR 128
  • Loading branch information
onemen committed Oct 11, 2024
1 parent 6a24a50 commit 06bd47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/modules/AutoReload.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ function doReloadTab(window, browser, tab, data) {
// Also reset DOS mitigations for the basic auth prompt on reload.
delete browser.authPromptAbuseCounter;

if (TabmixSvc.version(1290)) {
if (TabmixSvc.version(1290) || TabmixSvc.version(1280, "esr")) {
if (window.document.hasValidTransientUserGestureActivation) {
loadFlags |= Ci.nsIWebNavigation.LOAD_FLAGS_USER_ACTIVATION;
}
Expand Down

0 comments on commit 06bd47e

Please sign in to comment.