Simon Backx
Simon Backx
Any update on this? This would help me implement some changes on WebChromeClient via our own plugins. Let me know if you have questions! :) Thanks!
I'm not sure but shouldn't you also replace the ```location.href = link.href;``` with something that respects the rel and target attributes? https://dev.to/dhilipkmr/why-should-you-use-noopener-beware-of-security-flaws-3i57
Okay great! To prevent all the special cases for each browser, it might be an idea to update the way you delay the click event. If you redispatch the event,...
BTW, the current behaviour in plausible does stop noopener when not using `target="blank"`
> > BTW, the current behaviour in plausible does stop noopener when not using target="blank" > > Darn, yeah that's true. > > I do like the idea of just...
Yes, the sendBeacon approach seems the right one!
I moved the in memory repositories to a different PR for now: https://github.com/TryGhost/Ghost/pull/15455
When you have a comment in the root of your template in vue 3, using $el will point to the first text comment instead of the actual DOM element. This...