Skip to content

Commit 030712d

Browse files
tsl143alver-cliqz
authored andcommitted
DB-2467: fix fluctuating identityicons for freshtab
1 parent 3d27118 commit 030712d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mozilla-release/browser/components/urlbar/UrlbarInput.jsm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ class UrlbarInput {
304304
valid =
305305
!this.window.isBlankPageURL(uri.spec) || uri.schemeIs("moz-extension");
306306

307-
// CLIQZ-SPECIAL: Invalidate page proxy state for inital pages opened in private tabs
308-
// and Cliqz pages.
309-
if (this.isPrivate && CliqzResources.isInitialPage(uri.spec)) {
307+
// CLIQZ-SPECIAL: Invalidate page proxy state for inital pages ie. freshtab.
308+
// set valid = false => pageproxystate = false
309+
if (CliqzResources.isInitialPage(uri.spec)) {
310310
valid = false;
311311
}
312312

0 commit comments

Comments
 (0)