6 lines
192 B
HTML
6 lines
192 B
HTML
<head><script>
|
|
window.addEventListener("pageshow", function(event) {
|
|
parent.ok(!event.persisted, "Should not load from bfcache");
|
|
});
|
|
</script></head>
|
|
<body>Redirect target content</body>
|