// links with target="_blank" should have noopener or noreferrer: https://developer.chrome.com/docs/lighthouse/best-practices/external-anchors-use-rel-noopener/
// links with target="_blank" should have noopener or noreferrer: https://developer.chrome.com/docs/lighthouse/best-practices/external-anchors-use-rel-noopener/
// modern browsers add noopener by default, so we only need to check legacy browsers
// legacy browsers don't support noopener so we only check for noreferrer there
If (component.compile_options.legacy&&target_attribute&&target_attribute.get_static_value()==='_blank'&&href_attribute){
if (component.compile_options.legacy&&target_attribute&&target_attribute.get_static_value()==='_blank'&&href_attribute){