Skip to content
Snippets Groups Projects
Verified Commit bf646944 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 30237: Add v3 onion services client authentication prompt

Bug 42557: Fix regression in Onion Services authentication prompt focus
parent 600801e4
Branches
Tags
1 merge request!1037Bug 42614: Rebased onto 115.12
......@@ -356,6 +356,13 @@ var OnionAuthPrompt = {
this._showWarning(undefined);
});
// Force back focus on click: tor-browser#41856
document
.getElementById("tor-clientauth-notification")
.addEventListener("click", () => {
window.focus();
});
Services.obs.addObserver(this, this._topics.clientAuthMissing);
Services.obs.addObserver(this, this._topics.clientAuthIncorrect);
},
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment