Any external link (<a>) on the website A has the "rel" attribute with the "noopener noreferrer nofollow" value.
Will the website B get the detailed Referer HTTP request header content from the website A if users on their side (locally, in a browser console) remove the "rel" attribute from links through JS?
Can users somehow on their side (locally, in a browser console) remove or change the <meta name="referrer" content="no-referrer" /> inside the "head" tag on the website A? Will that cause that the meta tag won't work, and the website B still will get the detailed Referer HTTP request header content?