Try cache busting on reload in simple browser

Fixes #118389
This commit is contained in:
Matt Bierner
2021-03-17 17:24:48 -07:00
parent b9f33fc242
commit 043a0ee0d9
3 changed files with 5 additions and 3 deletions

View File

@@ -80,7 +80,9 @@ onceDocumentLoaded(() => {
// history.go(0);
// This incorrectly adds entries to the history but does reload
iframe.src = input.value;
// It also always incorrectly always loads the value in the input bar,
// which may not match the current page if the user has navigated
navigateTo(input.value);
});
navigateTo(settings.url);