
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser. commit dcbd56483f29c8276da121f9b9301bf060075f47 Author: Henry Wilkes <henry@torproject.org> AuthorDate: Thu Oct 27 12:02:13 2022 +0100 fixup! Bug 40209: Implement Basic Crypto Safety --- browser/actors/CryptoSafetyParent.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/actors/CryptoSafetyParent.jsm b/browser/actors/CryptoSafetyParent.jsm index bac151df5511..5e4696e446c6 100644 --- a/browser/actors/CryptoSafetyParent.jsm +++ b/browser/actors/CryptoSafetyParent.jsm @@ -82,7 +82,7 @@ class CryptoSafetyPrompt { let _this = this; const options = { - popupIconURL: "chrome://browser/skin/cert-error.svg", + popupIconURL: "chrome://global/skin/icons/warning.svg", eventCallback(aTopic) { if (aTopic === "showing") { _this._onPromptShowing(); -- To stop receiving notification emails like this one, please contact the administrator of this repository.