-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Nav Links
-
None
-
1
Issue Summary
Implement the rel="noreferrer noopener" tags on all Bitbucket DC in all links generated by the system with "target='blank'" to prevent any referrer information from being sent to the target resource when a user clicks on a link. This aims to enhance security by preventing potential phishing attacks that exploit the "window.opener"
Example
<a href="..." target="_blank" rel="noopener noreferrer">...</a>