Prevent data URI from being added to history
Is it possible to prevent a data:text/html; URI page from being sto开发者_Python百科red in the browser history?
No. If a page is opened directly (i.e. not in an iframe, image or script) it goes to the history.
精彩评论