Skip to content

Commit

Permalink
Uplift of #10670 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases authored and remusao committed Oct 25, 2021
1 parent a9e5bed commit 24b0c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function onCommitted (details: chrome.webNavigation.WebNavigationTransitionCallb
}
}

if (App !== undefined) {
if (App !== undefined && !chrome.extension.inIncognitoContext) {
const APP = new App({
version: chrome.runtime.getManifest().version
})
Expand Down

0 comments on commit 24b0c1d

Please sign in to comment.