We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e962ef9 commit 4d072c9Copy full SHA for 4d072c9
js/components/urlBar.js
@@ -265,7 +265,7 @@ class UrlBar extends ImmutableComponent {
265
}
266
267
268
- const location = this.props.urlbar.get('location')
+ const location = this.props.urlbar.get('location').replace(/^chrome-extension:\/\/.+\/(\w+:\/\/.+)/, '$1')
269
const history = this.props.activeFrameProps.get('history')
270
if (isIntermediateAboutPage(location) && history.size > 0) {
271
return history.last()
0 commit comments