Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@tytho you don't need to even go near control/command if you have set in browser to open links in a new tab and not in new windos. Browser takes target="_blank" as open in another window or better said "don't open in current one", which leaves your session alone and creates a new one.
-
tytho23168y@KeyWeeUsr when you do target _blank, the new window has access to window.opener, which is a reference to the source page's window object. It doesn't have to be the same domain, which makes it super vulnerable to phishing and other such exploits. There ways to secure it, but it saddens me that not more people know about this: https://jitbit.com/alexblog/...
Related Rants
@dfox Please do target="_blank" or similar thing for links in rants on the website :)
undefined
support
devrant