Skip to content

Conversation

sprt
Copy link
Contributor

@sprt sprt commented Mar 27, 2025

It seems that Github recently changed their iframe origin policy, meaning that opening links in the same iframe/tab doesn't work anymore. To address this, we now open all links in a new tab.

@Copilot Copilot AI review requested due to automatic review settings March 27, 2025 14:46
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Dashboard component to ensure that job links open in a new tab, accommodating changes in Github's iframe origin policy.

  • Updated job link anchor tags to include target="_blank" and rel="noopener noreferrer" for security.

It seems that Github recently changed their iframe origin policy, meaning that
opening links in the same iframe/tab doesn't work anymore.  To address this, we
now open all links in a new tab.

Signed-off-by: Aurélien Bombo <[email protected]>
@sprt sprt merged commit a578b92 into main Mar 27, 2025
1 check passed
@sprt sprt deleted the sprt-patch-1 branch March 27, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants