Chrome back button does not return home page

1

I'm having a problem, but the thing is that I have an iframe on a page.

<div class="iframe">
    <iframe align="top" allowtransparency="true" application="true" frameborder="0" height="360px" hspace="0" marginheight="0" marginwidth="0" name="content" scrolling="no" src="Link do Iframe" vspace="0" width="100%"></iframe>
</div>

It works correctly, the problem is when I click the back button of the Chrome browser, instead of it returning to the home page it stays the same page that the iframe is inserted.

When selecting the back and hold button, I checked that iframe link somehow got cached, is there any way I can block the url's (iframe) addition in the back button history?

    
asked by anonymous 08.11.2018 / 20:27

0 answers