fix: emit will-navigate for sandboxed contents (#22188)

This commit is contained in:
Jeremy Apthorp 2020-02-21 11:08:26 -08:00 committed by GitHub
parent 8045152e59
commit a25d7fa440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 187 additions and 104 deletions

View file

@ -1,7 +1,7 @@
<html>
<body>
<script type="text/javascript" charset="utf-8">
location.reload();
location.href += '?navigated'
</script>
</body>
</html>