Relative Absolute Risk – the discussion
This is a follow up discussion on the recent post on risk – its two flavours being “relative” and “absolute”. This is a quick look...
// tabnab protection window.addEventListener('load', function () { // make all links have rel="noopener noreferrer" document.querySelectorAll('a[target="_blank"]').forEach(link => { link.setAttribute('rel', 'noopener noreferrer'); }); }); --> -->