Add target="_blank" to external links in view/config pages #48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Standalone — discovered during PR #47 review. Originates from PR #44 changes.
Repo
ldraney/palinksWhat Broke
External links on the public view and config pages navigate away from palinks instead of opening in a new tab. Users lose their place when clicking any outbound link.
Repro Steps
Expected Behavior
External links should open in a new tab via
target="_blank" rel="noopener noreferrer", keeping the user on the palinks page.Environment
Acceptance Criteria
<a>links in view templates open in new tabs<a>links in config templates open in new tabsrel="noopener noreferrer"included for securityRelated
project-palinks— project this affectsldraney/palinks #44— PR that introduced the current link behavior