Reputation: 32173
Most browsers have secure tabs (Opera hasPrivate Tabs, Chrome has Incognito Mode, IE has In-Private Browsing, etc.). Anchor tags have the ability to force a link to open in a new tab (target="_blank"
). Is there a pure HTML, cross-browser way to force a link to open in a secure tab?
I don't want discussion about its practicality, security, etc., just whether it's possible.
Upvotes: 1
Views: 504
Reputation: 944564
No. The decision to not keep a history and discard cookies must be made by the user.
Upvotes: 2